#3 · Primary category: Inference & Local Deploy

vllm

amd blackwell cuda deepseek deepseek-v3 gpt gpt-oss inference kimi llama llm llm-serving model-serving moe openai pytorch qwen qwen3 tpu transformer

A high-throughput and memory-efficient inference and serving engine for LLMs

Project last updated:08/29/26

GitHub Stars

90.4K

Forks

21.4K

Contributors

3.3K

License

Apache-2.0

Why we included this project

vLLM is the serving engine most teams land on when they need to run large language models in production. It takes a Hugging Face model and exposes it as an OpenAI-compatible API, using continuous batching, prefix caching, and efficient key-value memory management to fit more concurrent requests on the same hardware. Model support spans a wide range of families and quantization formats, and it runs on NVIDIA, AMD, and TPU accelerators, so it scales from a single GPU box to a multi-node cluster. If cost per token and latency are what you care about, the speculative decoding and disaggregated prefill options are worth evaluating. For anyone building an application that needs dependable, fast serving rather than a notebook experiment, this is a solid default.

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