#60 · Primary category: Inference & Local Deploy
llm-d
Achieve state of the art inference performance with modern accelerators on Kubernetes
Project last updated:08/29/26
GitHub Stars
4.3K
Forks
728
Contributors
192
License
Apache-2.0
Why we included this project
When LLM inference outgrows a single GPU and you're already running vLLM or SGLang on Kubernetes, llm-d acts as the orchestration layer above those model servers. It adds load-aware routing with prefix caching, offloads KV cache to CPU or disk so multi-turn sessions keep larger working sets, and supports prefill/decode disaggregation and wide expert parallelism for models like DeepSeek-R1. The project documents real benchmarks showing higher throughput, lower time-to-first-token, and better cluster utilization across NVIDIA, AMD, and Intel accelerators. It's a CNCF sandbox project founded by Red Hat, Google Cloud, IBM Research, CoreWeave, and NVIDIA, which suggests the guides and Helm charts are built with production environments in mind. Teams beyond a single GPU looking for SLO-aware autoscaling and multi-tenant flow control can follow the well-lit path guides instead of tuning everything from scratch.
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.