We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d3c82 commit 9878b58Copy full SHA for 9878b58
src/llama-chat.h
@@ -4,7 +4,7 @@
4
#include <vector>
5
#include <cstdint>
6
7
-enum llm_chat_template {
+enum class llm_chat_template {
8
LLM_CHAT_TEMPLATE_CHATML,
9
LLM_CHAT_TEMPLATE_LLAMA_2,
10
LLM_CHAT_TEMPLATE_LLAMA_2_SYS,
0 commit comments