Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Decoupled DiLoCo for Resilient Distributed Pre-training

About

Modern large-scale language model pre-training relies heavily on the single program multiple data (SPMD) paradigm, which requires tight coupling across accelerators. Due to this coupling, transient slowdowns, hardware failures, and synchronization overhead stall the entire computation, wasting significant compute time at scale. While recent distributed methods like DiLoCo reduced communication bandwidth, they remained fundamentally synchronous and vulnerable to these system stalls. To address this, we introduce Decoupled DiLoCo, an evolution of the DiLoCo framework designed to break the lock-step synchronization barrier and go beyond SPMD to maximize training goodput. Decoupled DiLoCo partitions compute across multiple independent ``learners'' that execute local inner optimization steps. These learners asynchronously communicate parameter fragments to a central synchronizer, which circumvents failed or straggling learners by aggregating updates using a minimum quorum, an adaptive grace window, and dynamic token-weighted merging. Inspired by ``chaos engineering'', we achieve significantly improved training efficiency in failure-prone environments with millions of simulated chips with strictly zero global downtime, while maintaining competitive model performance across text and vision tasks, for both dense and mixture-of-expert architectures.

Arthur Douillard, Keith Rush, Yani Donchev, Zachary Charles, Nova Fallen, Ayush Dubey, Ionel Gog, Josef Dean, Blake Woodworth, Zachary Garrett, Nate Keating, Jenny Bishop, Henry Prior, Edouard Yvinec, Arthur Szlam, Marc'Aurelio Ranzato, Jeff Dean• 2026

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringTextVQA--
1453
Physical Interaction Question AnsweringPIQA
Accuracy78.9
415
Multi-discipline Multimodal UnderstandingMMMU--
363
Visual Question AnsweringDocVQA--
205
Commonsense ReasoningHellaSwag
HellaSwag Score72
62
Visual Question AnsweringChartQA
Score23
24
Visual Question AnsweringInfographicVQA
ANLS44.8
19
Commonsense ReasoningWinoGrande
Score63.8
13
Social Interaction Question AnsweringSIQA
Normalized PLL Score50.4
10
Boolean Question AnsweringBoolQ
Score (BoolQ)74.7
6
Showing 10 of 13 rows

Other info

Follow for update