Change Poro-34B-chat to poro-chat
This commit is contained in:
parent
cd974f14ad
commit
5d676a2245
1 changed files with 1 additions and 1 deletions
|
@ -4706,7 +4706,7 @@ static void llm_load_vocab(
|
||||||
tokenizer_pre == "smaug-bpe") {
|
tokenizer_pre == "smaug-bpe") {
|
||||||
vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_SMAUG;
|
vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_SMAUG;
|
||||||
} else if (
|
} else if (
|
||||||
tokenizer_pre == "Poro-34B-chat") {
|
tokenizer_pre == "poro-chat") {
|
||||||
vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_PORO;
|
vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_PORO;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue