push more fixes

This commit is contained in:
younesbelkada
2025-07-03 15:05:01 +04:00
parent 991de6cbe4
commit f897efdaf6
9 changed files with 504 additions and 10 deletions

View File

@@ -1522,6 +1522,7 @@ void llama_vocab::impl::load(llama_model_loader & ml, const LLM_KV & kv) {
tokenizer_pre == "llama-v3" ||
tokenizer_pre == "llama-bpe"||
tokenizer_pre == "falcon3" ||
tokenizer_pre == "falcon-h1" ||
tokenizer_pre == "pixtral") {
pre_type = LLAMA_VOCAB_PRE_TYPE_LLAMA3;
ignore_merges = true;