← Search

Guangxing Huang

3 accepted papers

2026

Revisiting Parameter Server in LLM Post-Training

ICLR 2026poster

Modern data parallel (DP) training favors collective communication over parameter servers (PS) for its simplicity and efficiency under balanced workloads. However, the balanced workload assumption no longer holds in large language model (LLM) post-training due to the large variance in sequence lengt…

Cited by 0SourcecodeScholar
2025

PipeOffload: Improving Scalability of Pipeline Parallelism with Memory Optimization

ICML 2025poster

Pipeline parallelism (PP) is widely used for training large language models (LLMs), yet its scalability is often constrained by high activation memory consumption as the number of in-flight microbatches grows with the degree of PP. In this paper, we focus on addressing this challenge by leveraging t…