From 5d676a2245836411b1d92b998a484348c9492928 Mon Sep 17 00:00:00 2001 From: Elaine Date: Fri, 14 Jun 2024 13:10:22 +0300 Subject: [PATCH] Change Poro-34B-chat to poro-chat --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp b/llama.cpp index 53e9203cc..c3d494889 100644 --- a/llama.cpp +++ b/llama.cpp @@ -4706,7 +4706,7 @@ static void llm_load_vocab( tokenizer_pre == "smaug-bpe") { vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_SMAUG; } else if ( - tokenizer_pre == "Poro-34B-chat") { + tokenizer_pre == "poro-chat") { vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_PORO; } else {