llama-chat : add phi 4 template (#11148)
This commit is contained in:
parent
8d59d91171
commit
d9feae1c06
3 changed files with 18 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue