English

Improving training time and GPU utilization in geo-distributed language model training

Distributed, Parallel, and Cluster Computing 2025-10-21 v2 Artificial Intelligence Machine Learning

Abstract

The widespread adoption of language models (LMs) has caused a huge surge in demand for GPUs. Training large LMs requires tens of thousands of GPUs and housing them in the same datacenter (DC) is a challenge due to many constraints including availability of peak power. We focus on training such models across multiple DCs connected via the Wide-Area-Network (WAN). We built Atlas that speeds up the training time using novel workload-aware temporal bandwidth sharing and other design choices. While Atlas improves the training time, it does not completely eliminate the bubbles (idle GPU cycles). We built BubbleTea that runs prefill-as-a-service (part of LM inference) during the bubbles thus improving the GPU utilization without any impact on training. Compared to state-of-the-art designs, Atlas and BubbleTea together achieve up to 17x faster training, and up to 94% GPU utilization. The code will be open-sourced.

Keywords

Cite

@article{arxiv.2411.14458,
  title  = {Improving training time and GPU utilization in geo-distributed language model training},
  author = {Palak and Tella Rajashekhar Reddy and Bhaskar Kataria and Rohan Gandhi and Karan Tandon and Debopam Bhattacherjee and Venkata N. Padmanabhan},
  journal= {arXiv preprint arXiv:2411.14458},
  year   = {2025}
}
R2 v1 2026-06-28T20:08:16.666Z