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 52b0bb3 commit 9d86a04Copy full SHA for 9d86a04
src/llama-chat.cpp
@@ -169,7 +169,7 @@ llm_chat_template llm_chat_detect_template(const std::string & tmpl) {
169
} else if (tmpl_contains("<|role_start|>")) {
170
return LLM_CHAT_TEMPLATE_MEGREZ;
171
} else if (tmpl_contains("<instruction>")) {
172
- return LLM_CHAT_TEMPLATE_VELVET;
+ return LLM_CHAT_TEMPLATE_VELVET;
173
}
174
return LLM_CHAT_TEMPLATE_UNKNOWN;
175
0 commit comments