From fff9210b2a5f0acbfbd6e972c985e81f04ae17c8 Mon Sep 17 00:00:00 2001 From: Mohammad Miadh Angkad <176301910+mmangkad@users.noreply.github.com> Date: Tue, 9 Jun 2026 18:05:53 +0800 Subject: [PATCH] [CI/Docs] Remove stale disagg prefill links (#44918) Signed-off-by: Mohammad Miadh Angkad <176301910+mmangkad@users.noreply.github.com> --- docs/features/disagg_prefill.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/features/disagg_prefill.md b/docs/features/disagg_prefill.md index dc8f7ca702c..c6748dbf7e0 100644 --- a/docs/features/disagg_prefill.md +++ b/docs/features/disagg_prefill.md @@ -47,10 +47,6 @@ Now supports 9 types of connectors: --kv-transfer-config '{"kv_connector":"FlexKVConnectorV1","kv_role":"kv_both"}' ``` -## Benchmarks - -Please refer to [benchmarks/disagg_benchmarks](../../benchmarks/disagg_benchmarks) for disaggregated prefilling benchmarks. - ## Development We implement disaggregated prefilling by running 2 vLLM instances. One for prefill (we call it prefill instance) and one for decode (we call it decode instance), and then use a connector to transfer the prefill KV caches and results from prefill instance to decode instance.