enable --special arg for llama-server
This commit is contained in:
parent
49006c67b4
commit
24d903bef7
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue