Resources
vLLM’s CUDA wheels, CLI, and quantization enums change quickly—prefer the official docs. This page collects those entry points, related courses on this site, and the repository.
Official
If a path moves, search the title from the docs home.
Facts this course repeats
Related courses on this site
Flow: Hub checkpoint → vLLM service → apps consume OpenAI protocol.
Tutorial index
- vLLM Tutorial
- Introduction
- Installation
- Quick Start
- OpenAI-Compatible API
- Sampling
- Quantization
- Serving
- vLLM vs Ollama
- Docker
- Practical Examples
Suggested exercises
- Hit Qwen 0.5B through both
curland the OpenAI SDK - Compare
temperature=0vs0.9on one prompt - Add
--max-model-lentoserveand watch VRAM - Read an AWQ model card and try a load (read config only if VRAM is short)
- Start
vllm/vllm-openaiand call/v1/modelsfrom another terminal
Contribute
Part of Kenhuang Academy. When APIs or image names change, open an issue or PR and update both docs/zh/vllm/ and docs/en/vllm/.