shreyansh

13 Resources Glossary

Part of Index of Inference Engineering. Book: Appendix A (Inference Glossary) for every term here, and Appendix B (Recommended Reading) for the full paper/book/blog list. Everything referenced, no dead theory. Versions checked Sep 2026.

Official docs / repos

Guides / benchmarks

Papers (read abstract+fig+eval only unless hooked)

PagedAttention SOSP'23 · Orca OSDI'22 · SGLang NeurIPS'24 · SARATHI OSDI'24 · DistServe OSDI'24 · Splitwise ISCA'24 · Mooncake FAST'25 · StreamingLLM ICLR'24 · EAGLE spec · FlashAttention/2/3 · Medusa. Full citations + links in Book Appendix B (sections: Architecture, GPU Infrastructure, Inference Optimization Research).

Tools

vllm · sglang · guidellm · genai-perf · llmperf · LiteLLM · KEDA · DCGM Exporter · Prometheus/Grafana · RunPod/Lambda/Vast.ai (L4)

Version pins (refresh every ~1 month; book cutoff Jan 2026)

Component Pin Note
vLLM v0.28.0 (Aug 2026) PyPI latest as of Sep 2026; pin the exact release, never :latest
production-stack v0.1.11+ integrated monitoring + KEDA since this version
CUDA 12.1+ / 13.x on current NGC match host driver; check nvidia-smi first

Before every benchmark, re-check the current vLLM release and vllm serve --help for renamed flags (KV-offload/connector args, chunked-prefill flags). The book is Jan 2026; treat any 2025-era flag as unverified.

Glossary (Book Appendix A expands each)

TTFT / TPOT-ITL / prefill / decode / KV cache / PagedAttention / continuous batching / chunked prefill / RadixAttention / spec decoding / AWQ-GPTQ-FP8 / TP-PP-EP / disaggregated P/D / prefix-aware routing / $/MTok / preemption (RECOMPUTE) / KEDA queue scaler / ops:byte / arithmetic intensity / MIG / NIM.