paper-with-me

Papers

Automatically Planning Optimal Parallel Strategy for Large Language Models

2024-12-31 · Zongbiao Li, Xiezhao Li, Yinghao Cui, Yijun Chen, Zhixuan Gu, Yuxuan Liu, Wenbo Zhu, Fei Jia, Ke Liu, QiFeng Li, Junyao Zhan, Jiangtao Zhou, Chenxi Zhang, Qike Liu

The number of parameters in large-scale language models based on transformers is gradually increasing, and the scale of computing clusters is also growing. The technology of quickly mobilizing large amounts of computing resources for parallel computing is becoming increasingly important. In this paper, we propose an automatic parallel algorithm that automatically plans the parallel strategy with maximum throughput based on model and hardware information. By decoupling the training time into computation, communication, and overlap, we established a training duration simulation model. Based on this simulation model, we prune the parallel solution space to shorten the search time required. The multi-node experiment results show that the algorithm can estimate the parallel training duration in real time with an average accuracy of 96%. In our test, the recommendation strategy provided by the algorithm is always globally optimal.

📄 PDF Abstract BibTeX arXiv:2501.00254

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unifying Data, Model and Hybrid Parallelism in Deep Learning via Tensor Tiling

2018-05-10 · Minjie Wang, Chien-chin Huang, Jinyang Li

Deep learning systems have become vital tools across many fields, but the increasing model sizes mean that training must be accelerated to maintain such systems' utility. Current systems like Tensorflow and MXNet focus o…

AutoAct: Automatic Agent Learning from Scratch for QA via Self-Planning

2024-01-10 · Shuofei Qiao, Ningyu Zhang, Runnan Fang, Yujie Luo 외

Language agents have achieved considerable performance on various complex question-answering tasks by planning with external tools. Despite the incessant exploration in this field, existing language agent systems still s…

Question Answering

Parallel Computing Based Solution for Reliability-Constrained Distribution Network Planning

2023-03-09 · Yaqi Sun, Wenchuan Wu, Yi Lin, Hai Huang 외

The main goal of distribution network (DN) expansion planning is essentially to achieve minimal investment constrained with specified reliability requirements. The reliability-constrained distribution network planning (R…

P-ARC: Exploiting Subproblem Independence for Parallel Multi-Robot Motion Planning

2026-06-26 · James D. Motes, Marco Morales, Nancy M. Amato arxiv

This paper presents Parallel ARC (P-ARC), a parallel variant of the Adaptive Robot Coordination (ARC) approach to multi-robot motion planning (MRMP). P-ARC proposes a parallel variant for each of the three main stages in…

Motion Planning

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