mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-17 04:19:40 +00:00
chat : include kwargs in template example (#15309)
This commit is contained in:
parent
7a0de96045
commit
f75b830647
5 changed files with 8 additions and 6 deletions
|
@ -108,7 +108,7 @@ struct mtmd_cli_context {
|
|||
}
|
||||
|
||||
tmpls = common_chat_templates_init(model, params.chat_template);
|
||||
LOG_INF("%s: chat template example:\n%s\n", __func__, common_chat_format_example(tmpls.get(), params.use_jinja).c_str());
|
||||
LOG_INF("%s: chat template example:\n%s\n", __func__, common_chat_format_example(tmpls.get(), params.use_jinja, params.default_template_kwargs).c_str());
|
||||
|
||||
init_vision_context(params);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue