Distributed Training

No single device fits the model or the data: data, tensor, and pipeline parallelism — and how real runs combine all three.

Content last verified 2026-09.

Lessons

  1. Why One GPU Is Never Enough
  2. Data Parallelism and Sharded Optimizers
  3. Tensor Parallelism: Splitting the Math
  4. Pipeline Parallelism and Its Bubbles
  5. Putting It Together: 3D Parallelism

Sources