From: Bartowski Date: Sun, 14 Jun 2026 07:04:46 +0000 (-0400) Subject: Add cohere2moe to llama-vocab for TINY_AYA (#24601) X-Git-Tag: upstream/0.0.10438~808 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8ed274ef46e2e6c073e5400af4286f53547c003e;p=pkg%2Fggml%2Fsources%2Fllama.cpp Add cohere2moe to llama-vocab for TINY_AYA (#24601) --- diff --git a/src/llama-vocab.cpp b/src/llama-vocab.cpp index 8543e178d..6e78a3f6c 100644 --- a/src/llama-vocab.cpp +++ b/src/llama-vocab.cpp @@ -2280,7 +2280,8 @@ void llama_vocab::impl::load(llama_model_loader & ml, const LLM_KV & kv) { clean_spaces = false; ignore_merges = true; } else if ( - tokenizer_pre == "tiny_aya") { + tokenizer_pre == "tiny_aya" || + tokenizer_pre == "cohere2moe") { pre_type = LLAMA_VOCAB_PRE_TYPE_TINY_AYA; clean_spaces = false; } else if (