Skip to content

Commit 47d893c

Browse files
committed
support -sys
1 parent 4b42937 commit 47d893c

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
@@ -2000,7 +2000,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
20002000
[](common_params & params, const std::string & value) {
20012001
params.system_prompt = value;
20022002
}
2003-
).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_DIFFUSION}));
2003+
).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_DIFFUSION, LLAMA_EXAMPLE_MTMD}));
20042004
add_opt(common_arg(
20052005
{"--no-perf"},
20062006
string_format("disable internal libllama performance timings (default: %s)", params.no_perf ? "true" : "false"),

0 commit comments

Comments
 (0)