]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
arg : add -kvu to llama-batched-bench (#19172)
authorGeorgi Gerganov <redacted>
Thu, 29 Jan 2026 06:50:47 +0000 (08:50 +0200)
committerGitHub <redacted>
Thu, 29 Jan 2026 06:50:47 +0000 (08:50 +0200)
common/arg.cpp

index a685c418bfcff6fd107594101cbc415c969f1ddc..218418f07010455af6b7d910bb776bc6bb1756b3 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}));
+    ).set_env("LLAMA_ARG_KV_UNIFIED").set_examples({LLAMA_EXAMPLE_SERVER, LLAMA_EXAMPLE_PERPLEXITY, LLAMA_EXAMPLE_BATCHED, LLAMA_EXAMPLE_BENCH}));
     add_opt(common_arg(
         {"--context-shift"},
         {"--no-context-shift"},