Skip to content

Commit 0104004

Browse files
mscheong01compilade
andcommitted
fix lint
Co-Authored-By: compilade <[email protected]>
1 parent 4c401e5 commit 0104004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5531,7 +5531,7 @@ static void llm_load_vocab(
55315531
} else if (
55325532
tokenizer_pre == "gpt3-finnish") {
55335533
vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_GPT3_FINNISH;
5534-
} else if (
5534+
} else if (
55355535
tokenizer_pre == "exaone") {
55365536
vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_EXAONE;
55375537
} else {

0 commit comments

Comments
 (0)