Skip to content

Commit 1b3bb7e

Browse files
authored
Update arg.cpp
1 parent 4daae0b commit 1b3bb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
19191919
[](common_params & params) {
19201920
params.use_jinja = true;
19211921
}
1922-
).set_examples({LLAMA_EXAMPLE_SERVER}));
1922+
).set_examples({LLAMA_EXAMPLE_SERVER, LLAMA_EXAMPLE_MAIN}).set_env("LLAMA_ARG_JINJA"));
19231923
add_opt(common_arg(
19241924
{"--chat-template"}, "JINJA_TEMPLATE",
19251925
string_format(

0 commit comments

Comments
 (0)