Skip to content

Commit aa98e59

Browse files
author
Olivier Chafik
committed
fix bad merge
1 parent 5d18d76 commit aa98e59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/common.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,6 @@ std::string common_chat_format_example(const common_chat_template & tmpl, bool u
18791879

18801880
common_chat_templates common_chat_templates_from_model(const struct llama_model * model, const std::string & chat_template_override)
18811881
{
1882-
auto vocab = llama_model_get_vocab(model);
18831882
std::string default_template_src = chat_template_override == "chatml" ? CHATML_TEMPLATE_SRC : chat_template_override;
18841883
std::string template_tool_use_src = chat_template_override == "chatml" ? CHATML_TEMPLATE_SRC : "";
18851884
bool has_explicit_template = !chat_template_override.empty();

0 commit comments

Comments
 (0)