enable --special arg for llama-server (#9419)

Co-authored-by: matteo serva <matteo.serva@gmail.com>
This commit is contained in:
matteo 2024-09-10 22:40:59 +02:00 committed by GitHub
parent 49006c67b4
commit 8d300bd35f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -818,7 +818,7 @@ gpt_params_context gpt_params_parser_init(gpt_params & params, llama_example ex,
[](gpt_params & params) {
params.special = true;
}
).set_examples({LLAMA_EXAMPLE_MAIN}));
).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_SERVER}));
add_opt(llama_arg(
{"-cnv", "--conversation"},
format(