From: Sigbjørn Skjæret Date: Sat, 1 Nov 2025 10:01:42 +0000 (+0100) Subject: common : allow --system-prompt-file for diffusion-cli (#16903) X-Git-Tag: upstream/0.0.7011~99 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=961660b8c395afb8903f61ace69396a158ea0cb4;p=pkg%2Fggml%2Fsources%2Fllama.cpp common : allow --system-prompt-file for diffusion-cli (#16903) --- diff --git a/common/arg.cpp b/common/arg.cpp index e8941cda..d8f9bbd2 100644 --- a/common/arg.cpp +++ b/common/arg.cpp @@ -2030,7 +2030,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex params.system_prompt.pop_back(); } } - ).set_examples({LLAMA_EXAMPLE_MAIN})); + ).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_DIFFUSION})); add_opt(common_arg( {"--in-file"}, "FNAME", "an input file (repeat to specify multiple files)",