paper-with-me

홈 › Papers

Unifying Local Communications and Local Updates for LLM Pretraining

2026-06-09 · Pietro Cagnasso, Eugene Belilovsky, Edouard Oyallon arxiv

Communication-efficient pre-training of LLMs is increasingly important as training draws on compute distributed across clusters, data centers, and lower-bandwidth links. Many practical methods reduce communication frequency but still rely on synchronous All-Reduce operations that maintain identical model states and tie progress to global collectives. This can become a bottleneck when bandwidth or worker speed is heterogeneous. We introduce GASLoC, a novel decentralized pre-training algorithm that generalizes the notion of communication acceleration to the recently popular "outer optimizer" to allow a practical gossip-based training framework that is compatible with adaptive optimizers, allows for local optimizer steps, and can utilize sparse randomized peer communication. Empirically, on a number of standard LLM training tasks, we demonstrate that GASLoC outperforms state-of-the-art decentralized algorithms in single step per communication setting for a number of topologies and, unlike existing decentralized methods in the LLM setting, it allows to obtain performance competitive with DiLoCo when utilizing multiple local steps. In the heterogeneous bandwidth setting we demonstrate the advantage of GASLoC showing that it can significantly outperform DiLoCo.

📄 PDF Abstract BibTeX arXiv:2606.11081

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Proximal Gradient Method With Probabilistic Multi-Gossip Communications for Decentralized Composite Optimization

2023-12-19 · Luyao Guo, Luqing Wang, Xinli Shi, Jinde Cao

Decentralized optimization methods with local updates have recently gained attention for their provable ability to communication acceleration. In these methods, nodes perform several iterations of local computations betw…

Distributed Optimization

SAFARI: Sparsity enabled Federated Learning with Limited and Unreliable Communications

2022-04-05 · Yuzhu Mao, Zihao Zhao, Meilin Yang, Le Liang 외

Federated learning (FL) enables edge devices to collaboratively learn a model in a distributed fashion. Many existing researches have focused on improving communication efficiency of high-dimensional models and addressin…

Federated LearningSparse Learning

Distributed Submodular Minimization via Block-Wise Updates and Communications

2019-05-31 · Andrea Testa, Francesco Farina, Giuseppe Notarstefano

In this paper we deal with a network of computing agents with local processing and neighboring communication capabilities that aim at solving (without any central unit) a submodular optimization problem. The cost functio…

Image SegmentationSemantic Segmentation

Local adapt-then-combine algorithms for distributed nonsmooth optimization: Achieving provable communication acceleration

2026-02-18 · Luyao Guo, Xinli Shi, Wenying Xu, Jinde Cao arxiv

This paper is concerned with the distributed composite optimization problem over networks, where agents aim to minimize a sum of local smooth components and a common nonsmooth term. Leveraging the probabilistic local upd…

Workie-Talkie: Accelerating Federated Learning by Overlapping Computing and Communications via Contrastive Regularization

2023-01-01 · ICCV 2023 1 · Rui Chen, Qiyu Wan, Pavana Prakash, Lan Zhang 외

Federated learning (FL) over mobile devices is a promising distributed learning paradigm for various mobile applications. However, practical deployment of FL over mobile devices is very challenging because (i) conven…

Federated Learning