From 9878b58dadfb28398a7d4c48a361aa54a032eb05 Mon Sep 17 00:00:00 2001 From: HuapengZhou Date: Sun, 9 Feb 2025 12:33:38 -0800 Subject: [PATCH] Add enum class --- src/llama-chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama-chat.h b/src/llama-chat.h index 2f6a0e3e2..16af32582 100644 --- a/src/llama-chat.h +++ b/src/llama-chat.h @@ -4,7 +4,7 @@ #include #include -enum llm_chat_template { +enum class llm_chat_template { LLM_CHAT_TEMPLATE_CHATML, LLM_CHAT_TEMPLATE_LLAMA_2, LLM_CHAT_TEMPLATE_LLAMA_2_SYS,