paper-with-me

Papers

Group-based Interleaved Pipeline Parallelism for Large-scale DNN Training

2021-09-29 · ICLR 2022 4 · Pengcheng Yang, XiaoMing Zhang, Wenpeng Zhang, Ming Yang, Hong Wei

The recent trend of using large-scale deep neural networks (DNN) to boost performance has propelled the development of the parallel pipelining technique for efficient DNN training, which has resulted in the development of several prominent pipelines such as GPipe, PipeDream, and PipeDream-2BW. However, the current leading pipeline, PipeDream-2BW, still suffers from two major drawbacks, namely the excessive memory redundancy and the delayed weight updates across all stages. In this work, we propose a novel pipeline named WPipe, which achieves better memory efficiency and fresher weight updates. WPipe uses a novel pipelining scheme, which divides model partitions into two groups. It moves the forward pass of the next period to the front of the backward pass of the current period in the first group, retains the order in the second group, and updates each group alternatively. This will eliminate half of the delayed gradients and memory redundancy compared to PipeDream-2BW. The results of our experiments, in which large BERT language models were trained, show that compared to PipeDream-2BW, WPipe achieves $1.4\times$ acceleration, reduces the memory footprint by 36% with similar final model accuracy.

📄 PDF Abstract BibTeX

Code (1)

yangpc615/WPipe 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
WordPiece 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

BitPipe: Bidirectional Interleaved Pipeline Parallelism for Accelerating Large Models Training

2024-10-25 · Houming Wu, Ling Chen, Wenjie Yu

With the increasing scale of models, the need for efficient distributed training has become increasingly urgent. Recently, many synchronous pipeline parallelism approaches have been proposed to improve training throughpu…

Efficient Large-Scale Language Model Training on GPU Clusters Using Megatron-LM

2021-04-09 · Deepak Narayanan, Mohammad Shoeybi, Jared Casper, Patrick Legresley 외

Large language models have led to state-of-the-art accuracies across a range of tasks. However, training these models efficiently is challenging for two reasons: a) GPU memory capacity is limited, making it impossible to…

GPULanguage ModelingLanguage Modelling

WLB-LLM: Workload-Balanced 4D Parallelism for Large Language Model Training

2025-03-23 · Zheng Wang, Anna Cai, Xinfeng Xie, Zaifeng Pan 외

In this work, we present WLB-LLM, a workLoad-balanced 4D parallelism for large language model training. We first thoroughly analyze the workload imbalance issue in LLM training and identify two primary sources of imbalan…

Language ModelingLanguage ModellingLarge Language Model

Training Report of TeleChat3-MoE

2025-12-30 · Xinzhang Liu, Chao Wang, Zhihao Yang, Zhuo Jiang 외 arxiv

TeleChat3-MoE is the latest series of TeleChat large language models, featuring a Mixture-of-Experts (MoE) architecture with parameter counts ranging from 105 billion to over one trillion,trained end-to-end on Ascend NPU…

Heterogeneous Low-Bandwidth Pre-Training of LLMs

2026-01-05 · Yazan Obeidi, Amir Sarfi, Joel Lidin, Paul Janson 외 arxiv

Pre-training large language models (LLMs) increasingly requires distributed compute, yet bandwidth constraints make it difficult to scale beyond well-provisioned datacenters-especially when model parallelism forces frequ…