reinstate assert on chat_templates.template_default

This commit is contained in:
ochafik 2025-01-20 23:44:42 +00:00
parent ee475d2f51
commit 8a7c89e60c

View file

@ -1771,6 +1771,7 @@ struct server_context {
}
chat_templates = common_chat_templates_from_model(model, params_base.chat_template);
GGML_ASSERT(chat_templates.template_default.get() != nullptr);
return true;
}