paper-with-me

Papers

Decoupled DiLoCo for Resilient Distributed Pre-training

2026-04-23 · 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 arxiv

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.

📄 PDF Abstract BibTeX arXiv:2604.21428

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OpenDiLoCo: An Open-Source Framework for Globally Distributed Low-Communication Training

2024-07-10 · Sami Jaghouar, Jack Min Ong, Johannes Hagemann

OpenDiLoCo is an open-source implementation and replication of the Distributed Low-Communication (DiLoCo) training method for large language models. We provide a reproducible implementation of the DiLoCo experiments, off…

Can Model Merging Improve Aggregation in DiLoCo?

2026-07-03 · Stefan Horoi, Benjamin Thérien, Guy Wolf, Eugene Belilovsky arxiv

Model merging techniques, which aggregate independently finetuned models into one to combine their capabilities, have become a topic of significant interest in recent years, with a broad array of methods having been prop…

Distributed Optimization

DiLoCo: Distributed Low-Communication Training of Language Models

2023-11-14 · Arthur Douillard, Qixuan Feng, Andrei A. Rusu, Rachita Chhaparia 외

Large language models (LLM) have become a critical component in many applications of machine learning. However, standard approaches to training LLM require a large number of tightly interconnected accelerators, with devi…

Distributed Optimization

Factored Gossip DiLoCo: Reducing Blocking Communication in DiLoCo

2026-06-22 · Chamin Hewa Koneputugodage, Thalaiyasingam Ajanthan, Sameera Ramasinghe, Hadi Mohaghegh Dolatabadi 외 arxiv

To make large-scale distributed training practical outside high-bandwidth datacenters, we must reduce blocking, high-volume synchronization. While DiLoCo communicates infrequently, its outer synchronization remains bandw…

Distributed Low-Communication Training with Decoupled Momentum Optimization

2025-10-03 · Sasho Nedelkoski, Alexander Acker, Odej Kao, Soeren Becker 외 arxiv

The training of large models demands substantial computational resources, typically available only in data centers with high-bandwidth interconnects. However, reducing the reliance on high-bandwidth interconnects between…