Unverified Commit 5e839880 authored by Yong Hoon Shin's avatar Yong Hoon Shin Committed by GitHub
Browse files

[Doc] Fix link to prefix caching design (#22384)


Signed-off-by: default avatarYong Hoon Shin <yhshin@meta.com>
parent 136825de
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment