#429 · Primary category: Education & Research

time-to-first-token

learning-resources llm llm-inference mlops roadmap sglang vllm

A 10-week, 30-minutes-a-day roadmap for LLM inference serving and optimization. vLLM, SGLang, quantization, speculative decoding, benchmarking.

Project last updated:08/14/26

GitHub Stars

808

Forks

96

Contributors

1

License

Apache-2.0

Why we included this project

Most LLM inference learning material is a pile of disconnected tutorials. This roadmap is the opposite: all fifty sessions feed one OpenAI-compatible inference service that you deploy on a rented GPU, instrument with Grafana, load test past a thousand concurrent requests, and optimize with quantization and speculative decoding. The roofline model comes before any tuning knob, so you understand why each optimization matters before you touch it. Engineers who already know Python and transformers but have never run a serving stack get a coherent path from first principles to a reproducible benchmark, and the skim-versus-build session labels make it easy to compress material you already know. That also makes it work as a refresher for people with some serving experience, not just a beginner course.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category