#24 · Primary category: Inference & Local Deploy

LMCache

amd cuda fast inference kv-cache llm pytorch rocm speed vllm

LMCache: Supercharge Your LLM with the Fastest KV Cache Layer

Project last updated:08/29/26

GitHub Stars

11.6K

Forks

1.8K

Contributors

293

License

Apache-2.0

Why we included this project

LMCache tackles the cost of recomputing key-value caches for repeated prompt prefixes in LLM serving. It stores those caches across CPU memory, local disk, Redis, and object storage, then reuses them across requests, sessions, and separate engine processes. That lowers time-to-first-token and eases GPU memory pressure, and because it runs as a standalone daemon it works alongside vLLM and similar engines without forcing a rewrite. The payoff is most visible for teams serving the same documents to many users or running agentic loops with shared context. Its pluggable storage backends and a KV transformation interface also make it practical to test against existing infrastructure and to prototype compression or token-dropping ideas.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category