Skip to content

Commit 180d53d

Browse files
committed
fix mtmd-cli.cpp
1 parent 6d36566 commit 180d53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mtmd/mtmd-cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ struct mtmd_cli_context {
108108
}
109109

110110
tmpls = common_chat_templates_init(model, params.chat_template);
111-
LOG_INF("%s: chat template example:\n%s\n", __func__, common_chat_format_example(tmpls.get(), params.use_jinja).c_str());
111+
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());
112112

113113
init_vision_context(params);
114114

0 commit comments

Comments
 (0)