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
207
207
208
208
## Examples
209
209
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 ) :
211
211
- 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 ) :
213
213
- A reference implementation of integrating the ` kvcache.Indexer ` module in
214
214
[ 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