Files
lmcache--lmcache/examples/kv_cache_reuse/remote_backends/README.md
T
2026-07-13 12:24:33 +08:00

9 lines
263 B
Markdown

# Examples vLLM + LMCache w. remote backends
LMCache should be able to reduce the generation time of the second and following calls.
We have examples for the following backends:
- Infinistore: `infinistore/`
- Mooncake: `mooncakestore/`
- External: `external/`