paper-with-me

Papers

High-Throughput LLM inference on Heterogeneous Clusters

2025-04-18 · Yi Xiong, Jinqi Huang, Wenjie Huang, Xuebing Yu, Entong Li, Zhixiong Ning, Jinhua Zhou, Li Zeng, Xin Chen

Nowadays, many companies possess various types of AI accelerators, forming heterogeneous clusters. Efficiently leveraging these clusters for high-throughput large language model (LLM) inference services can significantly reduce costs and expedite task processing. However, LLM inference on heterogeneous clusters presents two main challenges. Firstly, different deployment configurations can result in vastly different performance. The number of possible configurations is large, and evaluating the effectiveness of a specific setup is complex. Thus, finding an optimal configuration is not an easy task. Secondly, LLM inference instances within a heterogeneous cluster possess varying processing capacities, leading to different processing speeds for handling inference requests. Evaluating these capacities and designing a request scheduling algorithm that fully maximizes the potential of each instance is challenging. In this paper, we propose a high-throughput inference service system on heterogeneous clusters. First, the deployment configuration is optimized by modeling the resource amount and expected throughput and using the exhaustive search method. Second, a novel mechanism is proposed to schedule requests among instances, which fully considers the different processing capabilities of various instances. Extensive experiments show that the proposed scheduler improves throughput by 122.5% and 33.6% on two heterogeneous clusters, respectively.

📄 PDF Abstract BibTeX arXiv:2504.15303

Code (0)

등록된 구현이 없습니다.

Tasks

Large Language ModelScheduling

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

LLM-PQ: Serving LLM on Heterogeneous Clusters with Phase-Aware Partition and Adaptive Quantization

2024-03-02 · Juntao Zhao, Borui Wan, Yanghua Peng, Haibin Lin 외

Recent breakthroughs in Large-scale language models (LLMs) have demonstrated impressive performance on various tasks. The immense sizes of LLMs have led to very high resource demand and cost for running the models. Thoug…

GPUQuantization

High-Throughput CNN Inference on Embedded ARM big.LITTLE Multi-Core Processors

2019-03-14 · Siqi Wang, Gayathri Ananthanarayanan, Yifan Zeng, Neeraj Goel 외

IoT Edge intelligence requires Convolutional Neural Network (CNN) inference to take place in the edge devices itself. ARM big.LITTLE architecture is at the heart of prevalent commercial edge devices. It comprises of sing…

Vocal Bursts Intensity Prediction

Helix: Serving Large Language Models over Heterogeneous GPUs and Network via Max-Flow

2024-06-03 · Yixuan Mei, Yonghao Zhuang, Xupeng Miao, Juncheng Yang 외

This paper introduces Helix, a distributed system for high-throughput, low-latency large language model (LLM) serving in heterogeneous GPU clusters. The key idea behind Helix is to formulate inference computation of LLMs…

GPULanguage ModelingLanguage ModellingLarge Language Model+1

The Streaming Batch Model for Efficient and Fault-Tolerant Heterogeneous Execution

2025-01-16 · Frank Sifei Luan, Ziming Mao, Ron Yifeng Wang, Charlotte Lin 외

While ML model training and inference are both GPU-intensive, CPU-based data processing is often the bottleneck. Distributed data processing systems based on the batch or stream processing models assume homogeneous resou…

CPUGPU

Reducing Fragmentation and Starvation in GPU Clusters through Dynamic Multi-Objective Scheduling

2025-12-04 · Akhmadillo Mamirov arxiv

GPU clusters have become essential for training and deploying modern AI systems, yet real deployments continue to report average utilization near 50%. This inefficiency is largely caused by fragmentation, heterogeneous w…