English

AdaPtis: Reducing Pipeline Bubbles with Adaptive Pipeline Parallelism on Heterogeneous Models

Distributed, Parallel, and Cluster Computing 2025-09-30 v1 Artificial Intelligence

Abstract

Pipeline parallelism is widely used to train large language models (LLMs). However, increasing heterogeneity in model architectures exacerbates pipeline bubbles, thereby reducing training efficiency. Existing approaches overlook the co-optimization of model partition, model placement, and workload scheduling, resulting in limited efficiency improvement or even performance degradation. To respond, we propose AdaPtis, an LLM training system that supports adaptive pipeline parallelism. First, we develop a pipeline performance model to accurately estimate training throughput. Second, AdaPtis jointly optimizes model partition, model placement, and workload scheduling policies guided by this performance model. Third, we design a unified pipeline executor that efficiently supports the execution of diverse pipeline strategies. Extensive experiments show that AdaPtis achieves an average speedup of 1.42x (up to 2.14x) over Megatron-LM I-1F1B across various LLM architectures and scales.

Keywords

Cite

@article{arxiv.2509.23722,
  title  = {AdaPtis: Reducing Pipeline Bubbles with Adaptive Pipeline Parallelism on Heterogeneous Models},
  author = {Jihu Guo and Tenghui Ma and Wei Gao and Peng Sun and Jiaxing Li and Xun Chen and Yuyang Jin and Dahua Lin},
  journal= {arXiv preprint arXiv:2509.23722},
  year   = {2025}
}

Comments

13 pages, 15 Figures; Under Review;

R2 v1 2026-07-01T06:02:09.662Z