removing whitespaces in src/lla-a-chat.cpp
This commit is contained in:
parent
52b0bb3731
commit
9d86a0442d
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ llm_chat_template llm_chat_detect_template(const std::string & tmpl) {
|
|||
} else if (tmpl_contains("<|role_start|>")) {
|
||||
return LLM_CHAT_TEMPLATE_MEGREZ;
|
||||
} else if (tmpl_contains("<instruction>")) {
|
||||
return LLM_CHAT_TEMPLATE_VELVET;
|
||||
return LLM_CHAT_TEMPLATE_VELVET;
|
||||
}
|
||||
return LLM_CHAT_TEMPLATE_UNKNOWN;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue