One-Step Gradient Delay is Not a Barrier for Large-Scale Asynchronous Pipeline Parallel LLM Pretraining

πŸ“… 2026-06-29
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
Asynchronous pipeline parallel training suffers from optimization instability due to gradient staleness, limiting its applicability in large-scale pretraining. This work systematically demonstrates the critical role of optimizers in mitigating the adverse effects of first-order gradient staleness and proposes an enhanced approach that integrates the MuOn optimizer with an optimizer-agnostic error feedback mechanism. The method is accompanied by theoretical convergence guarantees. Experimental results on models up to 10 billion parameters show that the proposed technique substantially narrows the performance gap with synchronous training, enabling stable and efficient large-scale asynchronous pretraining.
πŸ“ Abstract
Modern large-scale LLM pretraining benefits from utilizing Pipeline Parallelism; however, synchronous implementations leave GPUs idle during pipeline bubbles, wasting computational resources. Asynchronous Pipeline Parallelism eliminates these bubbles, maximizing throughput at the cost of gradient staleness. Among asynchronous schedules, PipeDream-2BW is particularly appealing: unlike the original PipeDream schedule, it ensures a constant one-step gradient delay regardless of pipeline depth. However, its adoption remains limited due to the common belief that optimizing under staleness is fundamentally unstable. In this work, we challenge this assumption, demonstrating that degradation under one-step delay depends strongly on optimizer choice rather than being an intrinsic limitation. We provide the first comprehensive empirical analysis showing that while AdamW, the predominant optimizer at the time when PipeDream-2BW was introduced, indeed suffers from severe degradation, recent methods like Muon exhibit strong robustness under a one-step delay. We introduce an optimizer-agnostic Error Feedback-inspired correction to further mitigate delay effects. We provide supporting theoretical analysis demonstrating convergence for Muon with and without this correction. Extensive evaluation on models up to 10B parameters confirms that our strategies bridge the performance gap with synchronous training, highlighting the practical potential of asynchronous pipeline parallelism at scale.
Problem

Research questions and friction points this paper is trying to address.

asynchronous pipeline parallelism
gradient staleness
large-scale LLM pretraining
optimization stability
one-step gradient delay
Innovation

Methods, ideas, or system contributions that make the work stand out.

Asynchronous Pipeline Parallelism
Gradient Staleness
Optimizer Robustness
Error Feedback
Large Language Model Pretraining