]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
common : bring back --no-warmup to server (#10686)
authorXuan Son Nguyen <redacted>
Fri, 6 Dec 2024 12:29:05 +0000 (13:29 +0100)
committerGitHub <redacted>
Fri, 6 Dec 2024 12:29:05 +0000 (13:29 +0100)
common/arg.cpp

index 078c7538490c4eab9432caf7257f30271087cacd..0db59f70187e85a0d424e1734279b13226c23168 100644 (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(