common : bring back --no-warmup to server

This commit is contained in:
Xuan Son Nguyen 2024-12-06 11:20:17 +01:00
parent 6c5bc0625f
commit 75499af292

View file

@ -786,7 +786,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
[](common_params & params) {
params.warmup = false;
}
).set_examples({LLAMA_EXAMPLE_MAIN}));
).set_examples({LLAMA_EXAMPLE_MAIN, LLAMA_EXAMPLE_SERVER}));
add_opt(common_arg(
{"--spm-infill"},
string_format(