model: codefuse-ai/F2LLM-v2 support

This commit is contained in:
Saba Fallah
2026-03-25 18:33:42 +01:00
committed by GitHub
parent 44c51e526b
commit 80322ebdaf
3 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -1952,7 +1952,8 @@ void llama_vocab::impl::load(llama_model_loader & ml, const LLM_KV & kv) {
} else if (
tokenizer_pre == "qwen2" ||
tokenizer_pre == "deepseek-r1-qwen" ||
tokenizer_pre == "kormo") {
tokenizer_pre == "kormo" ||
tokenizer_pre == "f2llmv2") {
pre_type = LLAMA_VOCAB_PRE_TYPE_QWEN2;
clean_spaces = false;
} else if (