arg: remove -no-cnv from cli

This commit is contained in:
Xuan Son Nguyen
2026-08-22 15:37:38 +02:00
parent e85caa81ea
commit dcb0eb7c5a
+1 -1
View File
@@ -1898,7 +1898,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
[](common_params & params, bool value) {
params.conversation_mode = value ? COMMON_CONVERSATION_MODE_ENABLED : COMMON_CONVERSATION_MODE_DISABLED;
}
).set_examples({LLAMA_EXAMPLE_COMPLETION, LLAMA_EXAMPLE_CLI}));
).set_examples({LLAMA_EXAMPLE_COMPLETION}));
add_opt(common_arg(
{"-st", "--single-turn"},
"run conversation for a single turn only, then exit when done\n"