Skip to content

Commit 961660b

Browse files
authored
common : allow --system-prompt-file for diffusion-cli (ggml-org#16903)
1 parent 74fef41 commit 961660b

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
@@ -2030,7 +2030,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
20302030
params.system_prompt.pop_back();
20312031
}
20322032
}
2033-
).set_examples({LLAMA_EXAMPLE_MAIN}));
2033+
).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_DIFFUSION}));
20342034
add_opt(common_arg(
20352035
{"--in-file"}, "FNAME",
20362036
"an input file (repeat to specify multiple files)",

0 commit comments

Comments
 (0)