vllm/docs
Cyrus Leung 4318c0559d
[CI/Build] Remove imports of built-in `re` (#18750)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
2025-05-27 09:19:18 +00:00
..
api Migrate docs from Sphinx to MkDocs (#18145) 2025-05-23 02:09:53 -07:00
assets Migrate docs from Sphinx to MkDocs (#18145) 2025-05-23 02:09:53 -07:00
community [Doc] Add community links (#18657) 2025-05-24 06:06:38 -07:00
configuration [Doc] Move examples and further reorganize user guide (#18666) 2025-05-26 07:38:04 -07:00
contributing [Doc] Update OOT model docs (#18742) 2025-05-27 06:30:31 +00:00
deployment [Misc] add AutoGen integration (#18712) 2025-05-26 13:56:18 +00:00
design [Doc] Update OOT model docs (#18742) 2025-05-27 06:30:31 +00:00
features [Misc] small improve (#18680) 2025-05-25 06:05:38 -07:00
getting_started [doc] improve readability (#18675) 2025-05-25 01:40:31 -07:00
mkdocs [CI/Build] Remove imports of built-in `re` (#18750) 2025-05-27 09:19:18 +00:00
models [Doc] Move examples and further reorganize user guide (#18666) 2025-05-26 07:38:04 -07:00
serving [doc] improve readability (#18675) 2025-05-25 01:40:31 -07:00
training [Doc] Move examples and further reorganize user guide (#18666) 2025-05-26 07:38:04 -07:00
usage [Doc] Update reproducibility doc and example (#18741) 2025-05-27 07:03:13 +00:00
.nav.yml [Doc] Move examples and further reorganize user guide (#18666) 2025-05-26 07:38:04 -07:00
README.md Migrate docs from Sphinx to MkDocs (#18145) 2025-05-23 02:09:53 -07:00

README.md

Welcome to vLLM

![](./assets/logos/vllm-logo-text-light.png){ align="center" alt="vLLM" class="no-scaled-link" width="60%" }

Easy, fast, and cheap LLM serving for everyone

Star Watch Fork

vLLM is a fast and easy-to-use library for LLM inference and serving.

Originally developed in the Sky Computing Lab at UC Berkeley, vLLM has evolved into a community-driven project with contributions from both academia and industry.

vLLM is fast with:

  • State-of-the-art serving throughput
  • Efficient management of attention key and value memory with PagedAttention
  • Continuous batching of incoming requests
  • Fast model execution with CUDA/HIP graph
  • Quantization: GPTQ, AWQ, INT4, INT8, and FP8
  • Optimized CUDA kernels, including integration with FlashAttention and FlashInfer.
  • Speculative decoding
  • Chunked prefill

vLLM is flexible and easy to use with:

  • Seamless integration with popular HuggingFace models
  • High-throughput serving with various decoding algorithms, including parallel sampling, beam search, and more
  • Tensor parallelism and pipeline parallelism support for distributed inference
  • Streaming outputs
  • OpenAI-compatible API server
  • Support NVIDIA GPUs, AMD CPUs and GPUs, Intel CPUs, Gaudi® accelerators and GPUs, IBM Power CPUs, TPU, and AWS Trainium and Inferentia Accelerators.
  • Prefix caching support
  • Multi-lora support

For more information, check out the following: