#24 · Primary category: Inference & Local Deploy
LMCache
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
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.