arg: remove -no-cnv from cli [no ci] (#27542)

* arg: remove -no-cnv from cli

* clarify about not adding exccesive test cases
This commit is contained in:
Xuan-Son Nguyen
2026-08-22 15:53:56 +02:00
committed by GitHub
parent e85caa81ea
commit 9fee29e943
2 changed files with 2 additions and 1 deletions
+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"