English

UELLM: A Unified and Efficient Approach for LLM Inference Serving

Distributed, Parallel, and Cluster Computing 2024-09-25 v2

Abstract

In the context of Machine Learning as a Service (MLaaS) clouds, the extensive use of Large Language Models (LLMs) often requires efficient management of significant query loads. When providing real-time inference services, several challenges arise. Firstly, increasing the number of GPUs may lead to a decrease in inference speed due to heightened communication overhead, while an inadequate number of GPUs can lead to out-of-memory errors. Secondly, different deployment strategies need to be evaluated to guarantee optimal utilization and minimal inference latency. Lastly, inefficient orchestration of inference queries can easily lead to significant Service Level Objective (SLO) violations. Lastly, inefficient orchestration of inference queries can easily lead to significant Service Level Objective (SLO) violations. To address these challenges, we propose a Unified and Efficient approach for Large Language Model inference serving (UELLM), which consists of three main components: 1) resource profiler, 2) batch scheduler, and 3) LLM deployer. UELLM minimizes resource overhead, reduces inference latency, and lowers SLO violation rates. Compared with state-of-the-art (SOTA) techniques, UELLM reduces the inference latency by 72.3% to 90.3%, enhances GPU utilization by 1.2X to 4.1X, and increases throughput by 1.92X to 4.98X, it can also serve without violating the inference latency SLO.

Keywords

Cite

@article{arxiv.2409.14961,
  title  = {UELLM: A Unified and Efficient Approach for LLM Inference Serving},
  author = {Yiyuan He and Minxian Xu and Jingfeng Wu and Wanyi Zheng and Kejiang Ye and Chengzhong Xu},
  journal= {arXiv preprint arXiv:2409.14961},
  year   = {2024}
}

Comments

15 pages, 5 figures, ICSOC 2024

R2 v1 2026-06-28T18:53:38.264Z