reinstate assert on chat_templates.template_default
This commit is contained in:
parent
ee475d2f51
commit
8a7c89e60c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue