PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
April 10, 2026Sensors0 citationsOpen Access

PyAO: PyTorch-Based Memory-Efficient LLM Training on Ethernet-Interconnected Clusters

View Full Paper
DKDaemin KimHKHyorim KimJAJinmu Ahn

Key Points

  • This research aims to improve training efficiency of large language models on Ethernet-interconnected clusters by reducing memory consumption.
  • Developed PyAO to offload activations during model training.
  • Implemented strategies to optimize offloading efficiency.
  • Evaluated performance on models like OPT-1.3B, GPT-0.8B, and Llama-1.2B.
  • Achieved up to 1.94× reduction in peak GPU memory at the same micro-batch size.
  • Enabled training with up to 2.5× larger batch sizes.
  • Accelerated training speed by up to 3.63× compared to the baseline.

Abstract

As large language models (LLMs) pursue higher accuracy, their model sizes have surged, substantially increasing GPU memory consumption. Prior work mitigates this issue by distributing the memory burden across multiple GPUs. However, on clusters interconnected via Ethernet, the resulting computational intensity is insufficient to hide the significant network latency. Achieving a favorable compute-to-communication ratio is further constrained by the memory required to cache the massive activations generated during the forward pass. PyAO, proposed in this paper, effectively offloads activations, selects offloading strategies based on their offloading efficiency, and minimizes data-movement bottlenecks, thereby enabling larger micro-batch sizes. In Ethernet-interconnected cluster environments, experiments on popular models—including OPT-1.3B, GPT-0.8B, and Llama-1.2B—demonstrate that PyAO reduces peak GPU memory by up to 1.94× at the same micro-batch size, enables up to 2.5× larger batch sizes, and accelerates training by up to 3.63× relative to the baseline.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Kim et al. (2026) studied this question.

synapsesocial.com/papers/69d8946e6c1944d70ce05511https://doi.org/10.3390/s26072269
Ask AI
Helpful
Bookmark
Share
View Full Paper