llama : fix llama_model_chat_template with template name (LLM_KV with suffix) (#14050)

This commit is contained in:
Sigbjørn Skjæret
2025-06-07 14:13:12 +02:00
committed by GitHub
parent 745aa5319b
commit 0974ad7a7c
3 changed files with 9 additions and 5 deletions

View File

@ -196,7 +196,6 @@ enum llm_kv {
LLM_KV_TOKENIZER_HF_JSON,
LLM_KV_TOKENIZER_RWKV,
LLM_KV_TOKENIZER_CHAT_TEMPLATE,
LLM_KV_TOKENIZER_CHAT_TEMPLATE_N,
LLM_KV_TOKENIZER_FIM_PRE_ID,
LLM_KV_TOKENIZER_FIM_SUF_ID,
LLM_KV_TOKENIZER_FIM_MID_ID,