From 9b449857d9caee1340227dd60e9bf67b96cced33 Mon Sep 17 00:00:00 2001 From: ADou Date: Wed, 9 Sep 2026 08:20:54 +0000 Subject: [PATCH] [None][docs] Remove ghost --topr from RocketKV example command The llm_sparse_attention.py CLI has no --topr flag; keep API topr docs. Signed-off-by: ADou --- examples/sparse_attention/RocketKV.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/sparse_attention/RocketKV.md b/examples/sparse_attention/RocketKV.md index 7cc7427b0d5e..d02694f76add 100644 --- a/examples/sparse_attention/RocketKV.md +++ b/examples/sparse_attention/RocketKV.md @@ -83,7 +83,6 @@ python3 ../llm-api/llm_sparse_attention.py \ --kernel_size 63 \ --prompt_budget 2048 \ --topk 64 \ - --topr 128 \ --kt_cache_dtype float8_e5m2 \ --max_seq_len 10240 \ --max_num_tokens 10240 \