fixing position of LLM_CHAT_TEMPLATE_VELVET in enum
This commit is contained in:
parent
9d86a0442d
commit
66e6d10b61
1 changed files with 1 additions and 1 deletions
|
@ -38,8 +38,8 @@ enum llm_chat_template {
|
|||
LLM_CHAT_TEMPLATE_GRANITE,
|
||||
LLM_CHAT_TEMPLATE_GIGACHAT,
|
||||
LLM_CHAT_TEMPLATE_MEGREZ,
|
||||
LLM_CHAT_TEMPLATE_VELVET,
|
||||
LLM_CHAT_TEMPLATE_UNKNOWN,
|
||||
LLM_CHAT_TEMPLATE_VELVET
|
||||
};
|
||||
|
||||
struct llama_chat_message;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue