Skip to content

Commit

Permalink
enable --special arg for llama-server (#9419)
Browse files Browse the repository at this point in the history
Co-authored-by: matteo serva <[email protected]>
  • Loading branch information
matteoserva and matteoserva authored Sep 10, 2024
1 parent 49006c6 commit 8d300bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/arg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8d300bd

Please sign in to comment.