Recording the learning path, source code analysis, and architectural thinking of Machine Learning Systems.
Current focus and ongoing exploration.
- Deep in vLLM — Exploring Omni Model and scheduler implementation details
1. Foundations
Architecture analysis of modern LLM inference engines.
- vLLM — PagedAttention, Continuous Batching, scheduler source code analysis
GPU low-level performance optimization and operator implementation.
- Kernel Implementation — Hand-written CUDA basic operators
Distributed training frameworks and optimization techniques.
AI Agent architecture and engineering practices.
This is my Digital Garden for ML Systems, focusing on bridging the gap between machine learning algorithms and system engineering.
Focus areas:
- Inference Optimization — Low-latency serving, memory management, throughput optimization
- System Architecture — End-to-end understanding from training frameworks to inference engines