Skip to content

Commit 66e6d10

Browse files
committed
fixing position of LLM_CHAT_TEMPLATE_VELVET in enum
1 parent 9d86a04 commit 66e6d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-chat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ enum llm_chat_template {
3838
LLM_CHAT_TEMPLATE_GRANITE,
3939
LLM_CHAT_TEMPLATE_GIGACHAT,
4040
LLM_CHAT_TEMPLATE_MEGREZ,
41+
LLM_CHAT_TEMPLATE_VELVET,
4142
LLM_CHAT_TEMPLATE_UNKNOWN,
42-
LLM_CHAT_TEMPLATE_VELVET
4343
};
4444

4545
struct llama_chat_message;

0 commit comments

Comments
 (0)