Skip to content
inference.academy

glossary/tooling/vllm

vLLM

The open-source serving engine from UC Berkeley that introduced PagedAttention and made continuous batching with paged KV cache the default architecture. It serves an OpenAI-compatible API, supports most open models and quantization formats, and its scheduler, block manager and prefix cache are the reference implementations most explanations of serving describe. Its V1 engine rewrote the core around a simpler scheduler and CUDA graph capture.


2 to 4x

The throughput gain over the systems of the time reported in the 2023 paper, from memory management alone.


See it happen


Related