File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/architecture/Components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ Future enhancements will enable the `llm-d-kv-cache-manager` component to proces
207207
208208## Examples
209209
210- - [ KV-cache Indexer] ( https://github.com/llm-d/llm-d-kv-cache-manager/tree/main/examples/kv-cache-index/ ) :
210+ - [ KV-cache Indexer] ( https://github.com/llm-d/llm-d-kv-cache-manager/tree/main/examples/kv_cache_index ) :
211211 - A reference implementation of using the ` kvcache.Indexer ` module.
212- - [ KV-cache Aware Scorer] ( https://github.com/llm-d/llm-d-kv-cache-manager/tree/main/examples/kv-cache-aware-scorer/ ) :
212+ - [ KV-cache Aware Scorer] ( https://github.com/llm-d/llm-d-kv-cache-manager/tree/main/examples/kv_cache_aware_scorer ) :
213213 - A reference implementation of integrating the ` kvcache.Indexer ` module in
214214 [ llm-d-inference-scheduler] ( https://github.com/llm-d/llm-d-inference-scheduler ) in a KV-cache aware scorer.
You can’t perform that action at this time.
0 commit comments