feed/tags/vllm
vLLM
One explainer you can run, 3 glossary terms, and 2 readings ordered as a path, each with one line on why it earns your time.
glossary/ 3 terms
- PagedAttention
Storing the KV cache in fixed-size blocks that need not be contiguous, with a per-request table mapping its logical positions to physical blocks, exactly as an operating system pages virtual memory.
- Block table
The per-request list that says which physical block of KV cache holds each run of its tokens.
- vLLM
The open-source serving engine from UC Berkeley that introduced PagedAttention and made continuous batching with paged KV cache the default architecture.
intermediate/ 1 entry
The mental models the rest of the field takes for granted.
advanced/ 1 entry
Current work, at the depth practitioners actually argue about.