Change Poro-34B-chat to poro-chat

This commit is contained in:
Elaine 2024-06-14 13:10:22 +03:00 committed by GitHub
parent cd974f14ad
commit 5d676a2245
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {