Skip to content

Commit 5e83988

Browse files
authored
[Doc] Fix link to prefix caching design (#22384)
Signed-off-by: Yong Hoon Shin <[email protected]>
1 parent 136825d commit 5e83988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/automatic_prefix_caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
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.
66

77
!!! note
8-
Technical details on how vLLM implements APC can be found [here](../design/automatic_prefix_caching.md).
8+
Technical details on how vLLM implements APC can be found [here](../design/prefix_caching.md).
99

1010
## Enabling APC in vLLM
1111

0 commit comments

Comments
 (0)