Skip to content

Commit 2eea4c8

Browse files
authored
Update llama-vocab.cpp
1 parent 4b75f76 commit 2eea4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-vocab.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,7 @@ void llama_vocab::impl::load(llama_model_loader & ml, const LLM_KV & kv) {
19591959
pre_type = LLAMA_VOCAB_PRE_TYPE_BAILINGMOE;
19601960
clean_spaces = false;
19611961
} else if (
1962-
tokenizer_pre == "bailing-bt2") {
1962+
tokenizer_pre == "bailingmoe-v2") {
19631963
pre_type = LLAMA_VOCAB_PRE_TYPE_BAILINGMOE;
19641964
clean_spaces = false;
19651965
} else if (

0 commit comments

Comments
 (0)