English

HyGen: Efficient LLM Serving via Elastic Online-Offline Request Co-location

Distributed, Parallel, and Cluster Computing 2025-10-31 v4 Machine Learning

Abstract

Large language models (LLMs) have facilitated a wide range of applications with distinct service-level objectives (SLOs), from latency-sensitive online tasks like interactive chatbots to throughput-oriented offline workloads like data synthesis. The existing deployment model, which dedicates machines to each workload, simplifies SLO management but often leads to poor resource utilization. This paper introduces HyGen, an interference-aware LLM serving system that enables efficient co-location of online and offline workloads while preserving SLOs. HyGen incorporates two key innovations: (1) performance control mechanisms, including a latency predictor to estimate batch execution time and an SLO-aware profiler to quantify latency interference, and (2) SLO-aware offline scheduling policies that maximize serving throughput and prevent starvation. Our evaluation on production workloads shows that HyGen achieves up to 3.9-5.8x throughput gains over online and hybrid serving baselines, while ensuring latency SLOs. The code of HyGen is publicly available at https://github.com/UIUC-MLSys/HyGen.

Keywords

Cite

@article{arxiv.2501.14808,
  title  = {HyGen: Efficient LLM Serving via Elastic Online-Offline Request Co-location},
  author = {Ting Sun and Penghan Wang and Fan Lai},
  journal= {arXiv preprint arXiv:2501.14808},
  year   = {2025}
}

Comments

NeurIPS 2025. 21 pages, 17 figures

R2 v1 2026-06-28T21:16:51.455Z