Skip to content

Commit 9878b58

Browse files
committed
Add enum class
1 parent 19d3c82 commit 9878b58

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
@@ -4,7 +4,7 @@
44
#include <vector>
55
#include <cstdint>
66

7-
enum llm_chat_template {
7+
enum class llm_chat_template {
88
LLM_CHAT_TEMPLATE_CHATML,
99
LLM_CHAT_TEMPLATE_LLAMA_2,
1010
LLM_CHAT_TEMPLATE_LLAMA_2_SYS,

0 commit comments

Comments
 (0)