#251 · Primary category: Education & Research

InfraTech

分享AI Infra知识&代码练习:PyTorch、vLLM/SGLang、slime/vime框架入门⚡️、性能加速🚀、大模型基础🧠、AI软硬件🔧等

Project last updated:08/07/26

GitHub Stars

3.7K

Forks

353

Contributors

1

License

Other

Why we included this project

This notebook collection targets engineers who work with vLLM, SGLang, and similar serving stacks but have only a fuzzy idea of what the framework is doing under the hood. Each topic comes as a runnable Python notebook that works through KV cache management, RadixAttention, chunked prefill, speculative decoding, and quantization, paired with a Chinese-language article that goes deeper into the same material. The pairing makes it usable for solo study and for onboarding a team. The scope reaches beyond a single engine, with notebooks on parallel strategies, CUDA IPC tensor sharing, and a minimal training framework, so readers can build a mental model of the whole stack. The depth.

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