Skip to content

Commit

Permalink
common : bring back --no-warmup to server (ggerganov#10686)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson authored Dec 6, 2024
1 parent 6c5bc06 commit f162d45
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 @@ -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(
Expand Down

0 comments on commit f162d45

Please sign in to comment.