Skip to content

Commit f162d45

Browse files
authored
common : bring back --no-warmup to server (#10686)
1 parent 6c5bc06 commit f162d45

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
@@ -786,7 +786,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
786786
[](common_params & params) {
787787
params.warmup = false;
788788
}
789-
).set_examples({LLAMA_EXAMPLE_MAIN}));
789+
).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_SERVER}));
790790
add_opt(common_arg(
791791
{"--spm-infill"},
792792
string_format(

0 commit comments

Comments
 (0)