paper-with-me

홈 › Papers

DiLoCoX: A Low-Communication Large-Scale Training Framework for Decentralized Cluster

2025-06-26 · Ji Qi, WenPeng Zhu, Li Li, Ming Wu, Yingjun Wu, Wu He, Xun Gao, Jason Zeng, Michael Heinrich

The distributed training of foundation models, particularly large language models (LLMs), demands a high level of communication. Consequently, it is highly dependent on a centralized cluster with fast and reliable interconnects. Can we conduct training on slow networks and thereby unleash the power of decentralized clusters when dealing with models exceeding 100 billion parameters? In this paper, we propose DiLoCoX, a low-communication large-scale decentralized cluster training framework. It combines Pipeline Parallelism with Dual Optimizer Policy, One-Step-Delay Overlap of Communication and Local Training, and an Adaptive Gradient Compression Scheme. This combination significantly improves the scale of parameters and the speed of model pre-training. We justify the benefits of one-step-delay overlap of communication and local training, as well as the adaptive gradient compression scheme, through a theoretical analysis of convergence. Empirically, we demonstrate that DiLoCoX is capable of pre-training a 107B foundation model over a 1Gbps network. Compared to vanilla AllReduce, DiLoCoX can achieve a 357x speedup in distributed training while maintaining negligible degradation in model convergence. To the best of our knowledge, this is the first decentralized training framework successfully applied to models with over 100 billion parameters.

📄 PDF Abstract BibTeX arXiv:2506.21263

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Collective Communication for 100k+ GPUs

2025-10-23 · Min Si, Pavan Balaji, Yongzhou Chen, Ching-Hsiang Chu 외 arxiv

The increasing scale of large language models (LLMs) necessitates highly efficient collective communication frameworks, particularly as training workloads extend to hundreds of thousands of GPUs. Traditional communicatio…

Distributed Equivalent Substitution Training for Large-Scale Recommender Systems

2019-09-10 · Haidong Rong, Yangzihao Wang, Feihu Zhou, Junjie Zhai 외

We present Distributed Equivalent Substitution (DES) training, a novel distributed training framework for large-scale recommender systems with dynamic sparse features. DES introduces fully synchronous training to large-s…

Recommendation Systems

Communication-Efficient Large-Scale Distributed Deep Learning: A Comprehensive Survey

2024-04-09 · Feng Liang, Zhen Zhang, Haifeng Lu, Victor C. M. Leung 외

With the rapid growth in the volume of data sets, models, and devices in the domain of deep learning, there is increasing attention on large-scale distributed deep learning. In contrast to traditional distributed deep le…

Data CompressionDeep LearningSchedulingSurvey

TACO: Efficient Communication Compression of Intermediate Tensors for Scalable Tensor-Parallel LLM Training

2026-04-27 · Man Liu, Xingchen Liu, Xingjian Tian, Bing Lu 외 arxiv

Handling communication overhead in large-scale tensor-parallel training remains a critical challenge due to the dense, near-zero distributions of intermediate tensors, which exacerbate errors under frequent communication…

ByteScale: Efficient Scaling of LLM Training with a 2048K Context Length on More Than 12,000 GPUs

2025-02-28 · Hao Ge, Junda Feng, Qi Huang, Fangcheng Fu 외

Scaling long-context ability is essential for Large Language Models (LLMs). To amortize the memory consumption across multiple devices in long-context training, inter-data partitioning (a.k.a. Data Parallelism) and intra…