From 5e8398805ed6b6e59e3408fe64ed37d189b77149 Mon Sep 17 00:00:00 2001 From: Yong Hoon Shin <48474650+sarckk@users.noreply.github.com> Date: Thu, 7 Aug 2025 00:28:15 -0700 Subject: [PATCH] [Doc] Fix link to prefix caching design (#22384) Signed-off-by: Yong Hoon Shin --- docs/features/automatic_prefix_caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/automatic_prefix_caching.md b/docs/features/automatic_prefix_caching.md index f3c4bdd85c378..c529da684e365 100644 --- a/docs/features/automatic_prefix_caching.md +++ b/docs/features/automatic_prefix_caching.md @@ -5,7 +5,7 @@ Automatic Prefix Caching (APC in short) caches the KV cache of existing queries, so that a new query can directly reuse the KV cache if it shares the same prefix with one of the existing queries, allowing the new query to skip the computation of the shared part. !!! note - Technical details on how vLLM implements APC can be found [here](../design/automatic_prefix_caching.md). + Technical details on how vLLM implements APC can be found [here](../design/prefix_caching.md). ## Enabling APC in vLLM