paper-with-me

홈 › Papers

Beyond Binary Priorities: Multi-Tier SLA Scheduling for Large Language Model Serving

2026-08-17 · Anders Vestrum, Arya Raeesi, Hanna Roed arxiv

Modern LLM serving deployments must simultaneously satisfy heterogeneous service-level objectives (SLOs) across a diverse population of user tiers, ranging from latency-critical API calls to background batch processing. Llumnix introduced a dynamic, migration-capable multi-instance scheduler for LLM inference that achieves load balancing, defragmentation, prioritization, and auto-scaling through a unified "freeness" metric. However, Llumnix's priority model is restricted to two levels (high and normal), an abstraction too coarse to express the richer SLA classes common in production deployments. In this work, we extend Llumnix's priority model to support an arbitrary number of tiers and evaluate the effects of this extension under three realistic priority distributions (uniform, Gaussian, enterprise) using Vidur, a high-fidelity LLM inference simulator. We implement per-tier headroom with exponential decay, tier-aware dispatch ordering, and the full Llumnix migration pipeline inside Vidur's hierarchical scheduling framework. We compare our extended scheduler against INFaaS (global routing baseline), vLLM, Orca, and Sarathi-Serve (per-replica baselines), sweeping priority levels from 1 to 10. Our experiments demonstrate that four priority tiers yields the best cost-effectiveness tradeoff, achieving prefill mean speedups of up to 8.3x and end-to-end P99 speedups of up to 3.1x over INFaaS with cost-per-latency improvements of 46 to 68%, while preserving strong SLO differentiation across tiers. We further show that the system sustains these gains at 10 priority levels without tail latency collapse, with overhead concentrated in the prefill phase.

📄 PDF Abstract BibTeX arXiv:2608.16336

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi Objective Prioritized Workflow Scheduling Using Deep Reinforcement Based Learning in Cloud Computing

2024-01-08 · IEEE Access 2024 1 · Sudheer Mangalampalli, SYED SHAKEEL HASHMI, GANESH REDDY KARRI, Tulika Chakrabarti 외

ABSTRACT Workflow Scheduling is a huge challenge in cloud paradigm as many number of workflows dynamically generated from various heterogeneous resources and task dependencies in each workflow varies from each other.…

Cloud ComputingDeep Reinforcement LearningScheduling

Dynamic Adaptive Resource Scheduling for Phased Array Radar: Enhancing Efficiency through Synthesis Priorities and Pulse Interleaving

2024-09-28 · Mingguang Han

To enhance the resource scheduling performance of phased array radar, we propose a dynamic adaptive resource scheduling algorithm based on synthesis priorities and pulse interleaving. This approach addresses the challeng…

Scheduling

On extensions of partial priorities in school choice

2023-05-01 · Minoru Kitahara, Yasunori Okumura

We consider a school choice matching model where the priorities for schools are represented by binary relations that may not be weak order. We focus on the (total order) extensions of the binary relations. We introduce a…

Strong Priority and Determinacy in Timed CCS

2024-03-07 · Luigi Liquori, Michael Mendler

Building on the standard theory of process algebra with priorities, we identify a new scheduling mechanism, called "constructive reduction" which is designed to capture the essence of synchronous programming. The distinc…

Scheduling

FIKIT: Priority-Based Real-time GPU Multi-tasking Scheduling with Kernel Identification

2023-11-17 · Wenqing Wu

Highly parallelized workloads like machine learning training, inferences and general HPC tasks are greatly accelerated using GPU devices. In a cloud computing cluster, serving a GPU's computation power through multi-task…

Cloud ComputingGPUScheduling