]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
server : removed obsolete doc (#15670)
authorSergey Alirzaev <redacted>
Fri, 29 Aug 2025 22:12:53 +0000 (00:12 +0200)
committerGitHub <redacted>
Fri, 29 Aug 2025 22:12:53 +0000 (00:12 +0200)
completing a4090d1174aed22dde5cacce2a4c27656b987a2f

tools/server/README.md

index 6962b0d3a21a8f4808710e10136abe5b80045f2f..b7285b231992ea7ec9d65376c0064cb6052368d2 100644 (file)
@@ -62,7 +62,6 @@ The project is under active development, and we are [looking for feedback and co
 | `--yarn-attn-factor N` | YaRN: scale sqrt(t) or attention magnitude (default: 1.0)<br/>(env: LLAMA_ARG_YARN_ATTN_FACTOR) |
 | `--yarn-beta-slow N` | YaRN: high correction dim or alpha (default: 1.0)<br/>(env: LLAMA_ARG_YARN_BETA_SLOW) |
 | `--yarn-beta-fast N` | YaRN: low correction dim or beta (default: 32.0)<br/>(env: LLAMA_ARG_YARN_BETA_FAST) |
-| `-dkvc, --dump-kv-cache` | verbose print of the KV cache |
 | `-nkvo, --no-kv-offload` | disable KV offload<br/>(env: LLAMA_ARG_NO_KV_OFFLOAD) |
 | `-ctk, --cache-type-k TYPE` | KV cache data type for K<br/>allowed values: f32, f16, bf16, q8_0, q4_0, q4_1, iq4_nl, q5_0, q5_1<br/>(default: f16)<br/>(env: LLAMA_ARG_CACHE_TYPE_K) |
 | `-ctv, --cache-type-v TYPE` | KV cache data type for V<br/>allowed values: f32, f16, bf16, q8_0, q4_0, q4_1, iq4_nl, q5_0, q5_1<br/>(default: f16)<br/>(env: LLAMA_ARG_CACHE_TYPE_V) |