Lightning Talk: Graph Based Pipeline Parallelism - Sanket Purandare, Meta & Simon Fan, Meta PyTorch
About this talk
This talk discusses the challenges of pipeline parallelism in large models and how current PyTorch implementations struggle with advanced scheduling for state-of-the-art language models (LLMs). The speaker examines the issues related to model parallelism, including the communication overhead of mixture of experts (MoE) and the limitations of eager-mode implementations. They introduce a solution called Graph-Based Pipeline Parallelism, which compiles stages into reusable FX graphs executed through an explicit scheduling language, allowing users to write standard PyTorch code while managing schedules with greater ease and composability. The integration of Graph-PP into TorchTitan and AutoParallel demonstrates its effectiveness on real-world MoE workloads, with plans for upstream inclusion in torch.distributed.
More from this event
See all 103 talks →
What PyTorch Conference Europe 2026 Was Really Like – Official PyTorchCon EU Highlights | Paris
0:53
Lightning Talk: How DeepInverse Is Solving Imaging in Science and H... Andrew Wang & Minh Hai Nguyen
9:50
Why WideEP Inference Needs Data-Parallel-Aware Scheduling - Maroon Ayoub & Tyler Michael Smith
25:37
Write Once, Run Everywhere with Pytorch Transformers - Pedro Cuenca, Hugging Face
19:17