Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Inf1delis committed Dec 14, 2024
1 parent f3d0a23 commit 8971417
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8971417

Please sign in to comment.