From 01040049a8ed3678ee64520527271f006a68a463 Mon Sep 17 00:00:00 2001 From: Minsoo Cheong <54794500+mscheong01@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:31:40 +0900 Subject: [PATCH] fix lint Co-Authored-By: compilade <113953597+compilade@users.noreply.github.com> --- src/llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama.cpp b/src/llama.cpp index 41cba4660..540096281 100644 --- a/src/llama.cpp +++ b/src/llama.cpp @@ -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 {