]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
args : add -kvu to llama-parallel (#19577)
authorGeorgi Gerganov <redacted>
Thu, 12 Feb 2026 19:52:41 +0000 (21:52 +0200)
committerGitHub <redacted>
Thu, 12 Feb 2026 19:52:41 +0000 (21:52 +0200)
common/arg.cpp

index 9c85696ebdbd85284df285152d22846dbab048f6..18f953a38e24cf5131377bea5281775cdd948f7e 100644 (file)
@@ -1301,7 +1301,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
         [](common_params & params, bool value) {
             params.kv_unified = value;
         }
-    ).set_env("LLAMA_ARG_KV_UNIFIED").set_examples({LLAMA_EXAMPLE_SERVER, LLAMA_EXAMPLE_PERPLEXITY, LLAMA_EXAMPLE_BATCHED, LLAMA_EXAMPLE_BENCH}));
+    ).set_env("LLAMA_ARG_KV_UNIFIED").set_examples({LLAMA_EXAMPLE_SERVER, LLAMA_EXAMPLE_PERPLEXITY, LLAMA_EXAMPLE_BATCHED, LLAMA_EXAMPLE_BENCH, LLAMA_EXAMPLE_PARALLEL}));
     add_opt(common_arg(
         {"--context-shift"},
         {"--no-context-shift"},