mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-01-26 09:09:50 +00:00
Add --chat-template-file to usage (#959)
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
@@ -2084,6 +2084,8 @@ void gpt_params_print_usage(int /*argc*/, char ** argv, const gpt_params & param
|
||||
"https://github.com/ggerganov/llama.cpp/wiki/Templates-supported-by-llama_chat_apply_template" });
|
||||
options.push_back({ "main", " --chat-template JINJA_TEMPLATE",
|
||||
"use jinja template for chat (default: disabled)\n" });
|
||||
options.push_back({ "main", " --chat-template-file file_with_JINJA_TEMPLATE",
|
||||
"load jinja template for chat from the file\n" });
|
||||
options.push_back({ "main", " --reasoning-format FORMAT",
|
||||
"controls whether thought tags are allowed and/or extracted from the response, and in which format they're returned; one of:\n"
|
||||
"- none: leaves thoughts unparsed in `message.content`\n"
|
||||
|
||||
Reference in New Issue
Block a user