paper-with-me

Papers

Efficient and Workload-Aware LLM Serving via Runtime Layer Swapping and KV Cache Resizing

2025-05-24 · Zhaoyuan Su, Tingfeng Lan, ZiRui Wang, Juncheng Yang, Yue Cheng

Efficiently serving large language models (LLMs) under dynamic and bursty workloads remains a key challenge for real-world deployment. Existing serving frameworks and static model compression techniques fail to adapt to workload fluctuations, leading to either service-level objective (SLO) violations under full-precision serving or persistent accuracy degradation with static quantization. We present MorphServe, a dynamic, workload-aware LLM serving framework based on morphological adaptation. MorphServe introduces two asynchronous, token-level runtime mechanisms: quantized layer swapping, which selectively replaces less impactful layers with quantized alternatives during high-load periods, and pressure-aware KV cache resizing, which dynamically adjusts KV cache capacity in response to memory pressure. These mechanisms enable state-preserving transitions with minimum runtime overhead and are fully compatible with modern scheduling and attention techniques. Extensive experiments on Vicuna and Llama family models with real-world workloads demonstrate that MorphServe reduces average SLO violations by 92.45 percent and improves the P95 TTFT latency by 2.2x-3.9x compared to full-precision serving, without compromising generation quality. These results establish MorphServe as a practical and elastic solution for LLM deployment in dynamic environments.

📄 PDF Abstract BibTeX arXiv:2506.02006

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionQuantizationScheduling

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

A Policy-Driven Runtime Layer for Agentic LLM Serving

2026-05-26 · Rui Zhang, Chaeeun Kim, Liting Hu arxiv

Multi-agent LLM systems have become the dominant production workload, but the serving stack was not built for them. The agent framework above knows agent identities, role, schemas, and dispatch structure but never sees a…

Computron: Serving Distributed Deep Learning Models with Model Parallel Swapping

2023-06-24 · Daniel Zou, Xinchen Jin, Xueyang Yu, Hao Zhang 외

Many of the most performant deep learning models today in fields like language and image understanding are fine-tuned models that contain billions of parameters. In anticipation of workloads that involve serving many of …

CPUDeep LearningGPU

DriftSched: Adaptive QoS-Aware Scheduling under Runtime Token Drift for Multi-Tenant GPU Inference

2026-06-02 · Kathiravan Palaniappan arxiv

The rapid growth of large language model (LLM) inference services has increased the demand for efficient multi-tenant GPU scheduling. While modern inference runtimes such as vLLM improve throughput through continuous bat…

Rethinking LLMOps for Fraud and AML: Building a Compliance-Grade LLM Serving Stack

2026-05-11 · Prathamesh Vasudeo Naik, Naresh Dintakurthi, Yue Wang arxiv

Fraud detection and anti-money-laundering (AML) compliance are high-value domains for large language models (LLMs), but their serving requirements differ sharply from generic chat workloads. Compliance prompts are often …

Fraud Detection

GEMEL: Model Merging for Memory-Efficient, Real-Time Video Analytics at the Edge

2022-01-19 · Arthi Padmanabhan, Neil Agarwal, Anand Iyer, Ganesh Ananthanarayanan 외

Video analytics pipelines have steadily shifted to edge deployments to reduce bandwidth overheads and privacy violations, but in doing so, face an ever-growing resource tension. Most notably, edge-box GPUs lack the memor…

GPUManagement