English

ZenFlow: Enabling Stall-Free Offloading Training via Asynchronous Updates

Distributed, Parallel, and Cluster Computing 2025-08-06 v3 Machine Learning

Abstract

Fine-tuning large language models (LLMs) often exceeds GPU memory limits, prompting systems to offload model states to CPU memory. However, existing offloaded training frameworks like ZeRO-Offload treat all parameters equally and update the full model on the CPU, causing severe GPU stalls, where fast, expensive GPUs sit idle waiting for slow CPU updates and limited-bandwidth PCIe transfers. We present ZenFlow, a new offloading framework that prioritizes important parameters and decouples updates between GPU and CPU. ZenFlow performs in-place updates of important gradients on GPU, while asynchronously offloading and accumulating less important ones on CPU, fully overlapping CPU work with GPU computation. To scale across GPUs, ZenFlow introduces a lightweight gradient selection method that exploits a novel spatial and temporal locality property of important gradients, avoiding costly global synchronization. ZenFlow achieves up to 5x end-to-end speedup, 2x lower PCIe traffic, and reduces GPU stalls by over 85 percent, all while preserving accuracy.

Keywords

Cite

@article{arxiv.2505.12242,
  title  = {ZenFlow: Enabling Stall-Free Offloading Training via Asynchronous Updates},
  author = {Tingfeng Lan and Yusen Wu and Bin Ma and Zhaoyuan Su and Rui Yang and Tekin Bicer and Masahiro Tanaka and Olatunji Ruwase and Dong Li and Yue Cheng},
  journal= {arXiv preprint arXiv:2505.12242},
  year   = {2025}
}

Comments

13 pages, 16 figures

R2 v1 2026-07-01T02:19:12.989Z