remove comment

This commit is contained in:
Valentin Mamedov 2024-12-14 20:22:19 +07:00
parent f3d0a23fe5
commit 89714175e7

View file

@ -22100,7 +22100,6 @@ static llm_chat_template llama_chat_detect_template(const std::string & tmpl) {
} else if (tmpl_contains("<|start_of_role|>")) {
return LLM_CHAT_TEMPLATE_GRANITE;
} else if (tmpl_contains("message['role'] + additional_special_tokens[0] + message['content'] + additional_special_tokens[1]")) {
// gigachat
return LLM_CHAT_TEMPLATE_GIGACHAT;
}
return LLM_CHAT_TEMPLATE_UNKNOWN;