paper-with-me

Papers

Optimizing Resource Allocation for Geographically-Distributed Inference by Large Language Models

2025-12-26 · Tingyang Sun, Ting He, Bo Ji, Parimal Parag arxiv

Large language models have demonstrated extraordinary performance in many AI tasks but are expensive to use, even after training, due to their requirement of high-end GPUs. Recently, a distributed system called PETALS was developed to lower the barrier for deploying LLMs by splitting the model blocks across multiple servers with low-end GPUs distributed over the Internet, which was much faster than swapping the model parameters between the GPU memory and other cheaper but slower local storage media. However, the performance of such a distributed system critically depends on the resource allocation, and how to do so optimally remains unknown. In this work, we present the first systematic study of the resource allocation problem in distributed LLM inference, with focus on two important decisions: block placement and request routing. Our main results include: experimentally validated performance models that can predict the inference performance under given block placement and request routing decisions, a formulation of the offline optimization of block placement and request routing as a mixed integer linear programming problem together with the NP-hardness proof and a polynomial-complexity algorithm with guaranteed performance, and an adaptation of the offline algorithm for the online setting with the same performance guarantee under bounded load. Through both experiments and experimentally-validated simulations, we have verified that the proposed solution can substantially reduce the inference time compared to the state-of-the-art solution in diverse settings with geographically-distributed servers. As a byproduct, we have also developed a light-weighted CPU-only simulator capable of predicting the performance of distributed LLM inference on GPU servers, which can evaluate large deployments and facilitate future research for researchers with limited GPU access.

📄 PDF Abstract BibTeX arXiv:2512.21884

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Resource Allocation and Workload Scheduling for Large-Scale Distributed Deep Learning: A Survey

2024-06-12 · Feng Liang, Zhen Zhang, Haifeng Lu, Chengming Li 외

With rapidly increasing distributed deep learning workloads in large-scale data centers, efficient distributed deep learning framework strategies for resource allocation and workload scheduling have become the key to hig…

Deep LearningSchedulingSurvey

ExeGPT: Constraint-Aware Resource Scheduling for LLM Inference

2024-03-15 · Hyungjun Oh, Kihong Kim, JaeMin Kim, Sungkyun Kim 외

This paper presents ExeGPT, a distributed system designed for constraint-aware LLM inference. ExeGPT finds and runs with an optimal execution schedule to maximize inference throughput while satisfying a given latency con…

Scheduling

Bandwidth Allocation for Multiple Federated Learning Services in Wireless Edge Networks

2021-01-10 · Jie Xu, Heqiang Wang, Lixing Chen

This paper studies a federated learning (FL) system, where \textit{multiple} FL services co-exist in a wireless network and share common wireless resources. It fills the void of wireless resource allocation for multiple …

FairnessFederated Learning

DTAC-ADMM: Delay-Tolerant Augmented Consensus ADMM-based Algorithm for Distributed Resource Allocation

2022-08-30 · Mohammadreza Doostmohammadian, Wei Jiang, Themistoklis Charalambous

Latency is inherent in almost all real-world networked applications. In this paper, we propose a distributed allocation strategy over multi-agent networks with delayed communications. The state of each agent (or node) re…

Learning-Based Downlink Power Allocation in Cell-Free Massive MIMO Systems

2021-09-07 · Mahmoud Zaher, Özlem Tuğfe Demir, Emil Björnson, Marina Petrova

This paper considers a cell-free massive multiple-input multiple-output (MIMO) system that consists of a large number of geographically distributed access points (APs) serving multiple users via coherent joint transmissi…

Fairness