paper-with-me

Papers

Galvatron: An Automatic Distributed System for Efficient Foundation Model Training

2025-04-30 · Xinyi Liu, Yujie Wang, Shenhan Zhu, Fangcheng Fu, Qingshuo Liu, Guangming Lin, Bin Cui

Galvatron is a distributed system for efficiently training large-scale Foundation Models. It overcomes the complexities of selecting optimal parallelism strategies by automatically identifying the most efficient hybrid strategy, incorporating data, tensor, pipeline, sharded data, and sequence parallelism, along with recomputation. The system's architecture includes a profiler for hardware and model analysis, a search engine for strategy optimization using decision trees and dynamic programming, and a runtime for executing these strategies efficiently. Benchmarking on various clusters demonstrates Galvatron's superior throughput compared to existing frameworks. This open-source system offers user-friendly interfaces and comprehensive documentation, making complex distributed training accessible and efficient. The source code of Galvatron is available at https://github.com/PKU-DAIR/Hetu-Galvatron.

📄 PDF Abstract BibTeX arXiv:2504.21411

Code (1)

pku-dair/hetu-galvatron 공식 구현 pytorch

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

Galvatron: Efficient Transformer Training over Multiple GPUs Using Automatic Parallelism

2022-11-25 · Xupeng Miao, Yujie Wang, Youhe Jiang, Chunan Shi 외

Transformer models have achieved state-of-the-art performance on various domains of applications and gradually becomes the foundations of the advanced large deep learning (DL) models. However, how to train these models o…

GPU

Improving Automatic Parallel Training via Balanced Memory Workload Optimization

2023-07-05 · Yujie Wang, Youhe Jiang, Xupeng Miao, Fangcheng Fu 외

Transformer models have emerged as the leading approach for achieving state-of-the-art performance across various application domains, serving as the foundation for advanced large-scale deep learning (DL) models. However…

GPUNavigate

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…

LAER-MoE: Load-Adaptive Expert Re-layout for Efficient Mixture-of-Experts Training

2026-02-12 · Xinyi Liu, Yujie Wang, Fangcheng Fu, Xuefeng Xiao 외 arxiv

Expert parallelism is vital for effectively training Mixture-of-Experts (MoE) models, enabling different devices to host distinct experts, with each device processing different input data. However, during expert parallel…

SpeechLLM Meets Federated Learning for End-to-End ASR: English and Italian Case Studies

2026-07-28 · Mohamed Nabih Ali, Daniele Falavigna, Alessio Brutti arxiv

Federated learning (FL) enables privacy-preserving training of automatic speech recognition (ASR) systems across distributed data sources, yet its application to large-scale speech language models (SpeechLLMs) remains un…

Speech RecognitionFederated Learning