Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Co-Authored-By: compilade <[email protected]>
  • Loading branch information
mscheong01 and compilade committed Aug 16, 2024
1 parent 4c401e5 commit 0104004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5531,7 +5531,7 @@ static void llm_load_vocab(
} else if (
tokenizer_pre == "gpt3-finnish") {
vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_GPT3_FINNISH;
} else if (
} else if (
tokenizer_pre == "exaone") {
vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_EXAONE;
} else {
Expand Down

0 comments on commit 0104004

Please sign in to comment.