Ver código fonte

common : bring back --no-warmup to server (#10686)

Xuan Son Nguyen 1 ano atrás
pai
commit
f162d45a21
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      common/arg.cpp

+ 1 - 1
common/arg.cpp

@@ -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(