Skip to content

Commit 8d300bd

Browse files
authored
enable --special arg for llama-server (ggml-org#9419)
Co-authored-by: matteo serva <[email protected]>
1 parent 49006c6 commit 8d300bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ gpt_params_context gpt_params_parser_init(gpt_params & params, llama_example ex,
818818
[](gpt_params & params) {
819819
params.special = true;
820820
}
821-
).set_examples({LLAMA_EXAMPLE_MAIN}));
821+
).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_SERVER}));
822822
add_opt(llama_arg(
823823
{"-cnv", "--conversation"},
824824
format(

0 commit comments

Comments
 (0)