← All explorers
Loading explorer…
Read the theory: distributed-training
Read the theory: distributed-training
Split a model across GPUs with tensor, pipeline, and data parallelism plus ZeRO — and see whether it fits in memory.
Set a model size and a GPU count, then split it across the mesh: tensor parallelism (splits layers), pipeline parallelism (splits the stack), data parallelism (replicates), and ZeRO (shards the replicated states). Watch per-GPU memory and the pipeline bubble respond.
Illustrative model for building intuition, not a live system.