paper-with-me

Papers

HyGen: Efficient LLM Serving via Elastic Online-Offline Request Co-location

2025-01-15 · Ting Sun, Penghan Wang, Fan Lai

Large language models (LLMs) have facilitated a wide range of applications with distinct service-level objectives (SLOs), from latency-sensitive online tasks like interactive chatbots to throughput-oriented offline workloads like document summarization. The existing deployment model, which dedicates machines to each workload, simplifies SLO management but often leads to poor resource utilization. This paper introduces HyGen, an interference-aware LLM serving system that enables efficient co-location of online and offline workloads while preserving latency requirements. HyGen incorporates two key innovations: (1) performance control mechanisms, including a latency predictor to estimate batch execution time and an SLO-aware profiler to quantify latency interference, and (2) SLO-aware offline scheduling policies that maximize serving throughput and prevent starvation, without compromising online serving latency. Our evaluation on production workloads shows that HyGen achieves up to 3.87x overall throughput and 5.84x offline throughput gains over online and hybrid serving baselines, respectively, while strictly satisfying latency SLOs.

📄 PDF Abstract BibTeX arXiv:2501.14808

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationManagementScheduling

Similar Papers 제목 키워드 기반

Hybrid Training for Enhanced Multi-task Generalization in Multi-agent Reinforcement Learning

2024-08-24 · Mingliang Zhang, Sichang Su, Chengyang He, Guillaume Sartoretti

In multi-agent reinforcement learning (MARL), achieving multi-task generalization to diverse agents and objectives presents significant challenges. Existing online MARL algorithms primarily focus on single-task performan…

Multi-agent Reinforcement LearningStarcraft

On Elastic Language Models

2023-11-13 · Chen Zhang, Benyou Wang, Dawei Song

Large-scale pretrained language models have achieved compelling performance in a wide range of language understanding and information retrieval tasks. Knowledge distillation offers an opportunity to compress a large lang…

Information RetrievalKnowledge DistillationLanguage ModelingLanguage Modelling+4

GF-DiT: Scheduling Parallelism for Diffusion Transformer Serving

2026-06-11 · Xinwei Qiang, Yifan Hu, Shixuan Sun, Jing Yang 외 arxiv

Diffusion Transformers (DiTs) have become the dominant architecture for image and video generation, creating growing demand for efficient DiT serving. Existing systems assign each request a fixed parallel configuration t…

Video Generation

ElasticMM: Efficient Multimodal LLMs Serving with Elastic Multimodal Parallelism

2025-07-14 · Zedong Liu, Shenggan Cheng, Guangming Tan, Yang You 외 arxiv

Multimodal large language models (MLLMs) extend LLMs to handle images, videos, and audio by incorporating feature extractors and projection modules. However, these additional components -- combined with complex inference…

LoongServe: Efficiently Serving Long-Context Large Language Models with Elastic Sequence Parallelism

2024-04-15 · Bingyang Wu, Shengyu Liu, Yinmin Zhong, Peng Sun 외

The context window of large language models (LLMs) is rapidly increasing, leading to a huge variance in resource usage between different requests as well as between different phases of the same request. Restricted by sta…

GPU