llama-chat : add phi 4 template (#11148)

This commit is contained in:
Xuan Son Nguyen
2025-01-09 10:07:33 +01:00
committed by GitHub
parent 8d59d91171
commit d9feae1c06
3 changed files with 18 additions and 2 deletions

View File

@ -15,6 +15,7 @@ enum llm_chat_template {
LLM_CHAT_TEMPLATE_MISTRAL_V3_TEKKEN,
LLM_CHAT_TEMPLATE_MISTRAL_V7,
LLM_CHAT_TEMPLATE_PHI_3,
LLM_CHAT_TEMPLATE_PHI_4,
LLM_CHAT_TEMPLATE_FALCON_3,
LLM_CHAT_TEMPLATE_ZEPHYR,
LLM_CHAT_TEMPLATE_MONARCH,