English

AutoHete: An Automatic and Efficient Heterogeneous Training System for LLMs

Machine Learning 2025-03-05 v1

Abstract

Transformer-based large language models (LLMs) have demonstrated exceptional capabilities in sequence modeling and text generation, with improvements scaling proportionally with model size. However, the limitations of GPU memory have restricted LLM training accessibility for many researchers. Existing heterogeneous training methods significantly expand the scale of trainable models but introduce substantial communication overheads and CPU workloads. In this work, we propose AutoHete, an automatic and efficient heterogeneous training system compatible with both single-GPU and multi-GPU environments. AutoHete dynamically adjusts activation checkpointing, parameter offloading, and optimizer offloading based on the specific hardware configuration and LLM training needs. Additionally, we design a priority-based scheduling mechanism that maximizes the overlap between operations across training iterations, enhancing throughput. Compared to state-of-the-art heterogeneous training systems, AutoHete delivers a 1.32x~1.91x throughput improvement across various model sizes and training configurations.

Keywords

Cite

@article{arxiv.2503.01890,
  title  = {AutoHete: An Automatic and Efficient Heterogeneous Training System for LLMs},
  author = {Zihao Zeng and Chubo Liu and Xin He and Juan Hu and Yong Jiang and Fei Huang and Kenli Li and Wei Yang Bryan Lim},
  journal= {arXiv preprint arXiv:2503.01890},
  year   = {2025}
}
R2 v1 2026-06-28T22:05:13.723Z