paper-with-me

홈 › Papers

Pretraining A Large Language Model using Distributed GPUs: A Memory-Efficient Decentralized Paradigm

2026-02-12 · Jinrui Zhang, Chaodong Xiao, Aoqi Wu, Xindong Zhang, Lei Zhang arxiv

Pretraining large language models (LLMs) typically requires centralized clusters with thousands of high-memory GPUs (e.g., H100/A100). Recent decentralized training methods reduce communication overhead by employing federated optimization; however, they still need to train the entire model on each node, remaining constrained by GPU memory limitations. In this work, we propose SParse Expert Synchronization (SPES), a memory-efficient decentralized framework for pretraining mixture-of-experts (MoE) LLMs. SPES trains only a subset of experts per node, substantially lowering the memory footprint. Each node updates its local experts and periodically synchronizes with other nodes, eliminating full-parameter transmission while ensuring efficient knowledge sharing. To mitigate limited per-expert data utilization under sparse expert updates, we introduce an expert-merging warm-up strategy, where experts exchange knowledge early in training, to rapidly establish foundational capabilities. With SPES, we train a 2B-parameter MoE LLM using 16 standalone 48GB GPUs over internet connections, which achieves competitive performance with centrally trained LLMs under similar computational budgets. We further demonstrate scalability by training a 7B model from scratch and a 9B model upcycled from a dense checkpoint, both of which match prior centralized baselines. Our code is available at https://github.com/zjr2000/SPES.

📄 PDF Abstract BibTeX arXiv:2602.11543

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Performance of Small Language Model Pretraining on FABRIC: An Empirical Study

2026-02-02 · Praveen Rao arxiv

Large language models (LLMs) require enormous computing power to pretrain on massive datasets. When limited datasets are available, smaller-sized LLMs are better choice to pretrain (on user-specified datasets) by followi…

M6-10T: A Sharing-Delinking Paradigm for Efficient Multi-Trillion Parameter Pretraining

2021-10-08 · Junyang Lin, An Yang, Jinze Bai, Chang Zhou 외

Recent expeditious developments in deep learning algorithms, distributed training, and even hardware design for large models have enabled training extreme-scale models, say GPT-3 and Switch Transformer possessing hundred…

CPUGPU

Data-parallel distributed training of very large models beyond GPU capacity

2018-11-29 · Samuel Matzek, Max Grossman, Minsik Cho, Anar Yusifov 외

GPUs have limited memory and it is difficult to train wide and/or deep models that cause the training process to go out of memory. It is shown in this paper how an open source tool called Large Model Support (LMS) can ut…

CPUGPU

Scalable and Adaptive Parallel Training of Graph Transformer on Large Graphs

2026-04-17 · Jun-Liang Lin, Kamesh Madduri, Mahmut Taylan Kandemir arxiv

Graph foundation models have demonstrated remarkable adaptability across diverse downstream tasks through large-scale pretraining on graphs. However, existing implementations of the backbone model, graph transformers, ar…

DisCo-CLIP: A Distributed Contrastive Loss for Memory Efficient CLIP Training

2023-04-17 · CVPR 2023 1 · Yihao Chen, Xianbiao Qi, Jianan Wang, Lei Zhang

We propose DisCo-CLIP, a distributed memory-efficient CLIP training approach, to reduce the memory consumption of contrastive loss when training contrastive learning models. Our approach decomposes the contrastive loss a…

Contrastive LearningGPU