paper-with-me

홈 › 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, Chuan Wu

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. Though the models are largely served using uniform high-caliber GPUs nowadays, utilizing a heterogeneous cluster with a mix of available high- and low-capacity GPUs can potentially substantially reduce the serving cost. There is a lack of designs to support efficient LLM serving using a heterogeneous cluster, while the current solutions focus on model partition and uniform compression among homogeneous devices. This paper proposes LLM-PQ, a system that advocates adaptive model quantization and phase-aware partition to improve LLM serving efficiency on heterogeneous GPU clusters. We carefully decide on mixed-precision model quantization together with phase-aware model partition and micro-batch sizing in distributed LLM serving with an efficient algorithm, to greatly enhance inference throughput while fulfilling user-specified model quality targets. Extensive experiments on production inference workloads in 11 different clusters demonstrate that LLM-PQ achieves up to 2.88x (2.26x on average) throughput improvement in inference, showing great advantages over state-of-the-art works.

📄 PDF Abstract BibTeX arXiv:2403.01136

Code (1)

tonyzhao-jt/LLM-PQ 공식 구현 pytorch

Tasks

GPUQuantization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Cost-Efficient Multimodal LLM Inference via Cross-Tier GPU Heterogeneity

2026-03-13 · Donglin Yu arxiv

Multimodal large language model (MLLM) inference splits into two phases with opposing hardware demands: vision encoding is compute-bound, while language generation is memory-bandwidth-bound. We show that under standard t…

A Behaviour-Aware Federated Forecasting Framework for Distributed Stand-Alone Wind Turbines

2026-03-05 · Bowen Li, Xiufeng Liu, Maria Sinziiana Astefanoaei arxiv

Accurate short-term wind power forecasting is essential for grid dispatch and market operations, yet centralising turbine data raises privacy, cost, and heterogeneity concerns. We propose a two-stage federated learning f…

Federated Learning

SPORE: Skeleton Propagation Over Recalibrating Expansions

2025-10-29 · Randolph Wiredu-Aidoo arxiv

Many real-world datasets are not linearly separable, limiting the effectiveness of centroid-based clustering methods such as K-means. Density-based clustering methods address this limitation by identifying clusters with …

Ego-splitting Framework: from Non-Overlapping to Overlapping Clusters

2017-08-13 · KDD 2017 8 · Alessandro Epasto, Silvio Lattanzi, Renato Paes Leme

We propose a new framework called Ego-Splitting for detecting clusters in complex networks which leverage the local structures known as ego-nets (i.e. the subgraph induced by the neighborhood of each node) to de-couple o…

ClusteringCommunity Detectiongraph partitioning

Spectral Normalized-Cut Graph Partitioning with Fairness Constraints

2023-07-22 · Jia Li, Yanhao Wang, Arpit Merchant

Normalized-cut graph partitioning aims to divide the set of nodes in a graph into $k$ disjoint clusters to minimize the fraction of the total edges between any cluster and all other clusters. In this paper, we consider a…

AttributeFairnessgraph partitioning