changes to vocab

This commit is contained in:
Saurabh Dash 2026-02-11 20:32:58 +00:00
parent e4ec03f922
commit 13267737b5
1 changed files with 1 additions and 1 deletions

View File

@ -2018,7 +2018,7 @@ void llama_vocab::impl::load(llama_model_loader & ml, const LLM_KV & kv) {
pre_type = LLAMA_VOCAB_PRE_TYPE_GPT4O;
clean_spaces = false;
} else if (
tokenizer_pre == "TINY_AYA") {
tokenizer_pre == "tiny_aya") {
pre_type = LLAMA_VOCAB_PRE_TYPE_TINY_AYA;
clean_spaces = false;
} else if (