diff --git a/llama.cpp b/llama.cpp index c3d494889..88bf4359c 100644 --- a/llama.cpp +++ b/llama.cpp @@ -4708,8 +4708,7 @@ static void llm_load_vocab( } else if ( tokenizer_pre == "poro-chat") { vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_PORO; - } - else { + } else { throw std::runtime_error(format("unknown pre-tokenizer type: '%s'", tokenizer_pre.c_str())); } } else {