From: Georgi Gerganov Date: Thu, 12 Feb 2026 19:52:41 +0000 (+0200) Subject: args : add -kvu to llama-parallel (#19577) X-Git-Tag: upstream/0.0.8067~47 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=338085c69e486b7155e5b03d7b5087e02c0e2528;p=pkg%2Fggml%2Fsources%2Fllama.cpp args : add -kvu to llama-parallel (#19577) --- diff --git a/common/arg.cpp b/common/arg.cpp index 9c85696eb..18f953a38 100644 --- a/common/arg.cpp +++ b/common/arg.cpp @@ -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"},