paper-with-me

Papers

WarmServe: Enabling One-for-Many GPU Prewarming for Multi-LLM Serving

2025-12-10 · Chiheng Lou, Sheng Qi, Rui Kang, Yong Zhang, Chen Sun, Pengcheng Wang, Xuanzhe Liu, Xin Jin arxiv

Deploying multiple models within shared GPU clusters is a key strategy to improve resource efficiency in large language model (LLM) serving. Existing multi-LLM serving systems improve GPU utilization at the cost of degraded inference performance, particularly time-to-first-token (TTFT). We attribute this degradation to the lack of awareness regarding future workload characteristics. In contrast, recent analyses have shown the strong periodicity and long-term predictability of real-world LLM serving workloads. In this paper, we propose one-for-many GPU prewarming, which proactively loads parameters from multiple models onto GPUs based on workload forecasts. These prewarmed weights enable the system to promptly instantiate serving instances upon encountering request bursts. We design and implement WarmServe, a multi-LLM serving system incorporating three key techniques: (1) a model placement algorithm that optimizes prewarming decisions to minimize cross-model prewarming interference, (2) a KV cache reservation strategy that repurposes idle KV cache space on running GPUs for prewarming new models, and (3) an efficient GPU memory switching mechanism for tensor management. Evaluation on real-world datasets shows that WarmServe reduces tail TTFT by up to 50.8$\times$ compared to the state-of-the-art autoscaling-based system, while supporting up to 2.5$\times$ higher request throughput than the GPU-sharing system.

📄 PDF Abstract BibTeX arXiv:2512.09472

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Share your Model instead of your Data: Privacy Preserving Mimic Learning for Ranking

2017-07-24 · Mostafa Dehghani, Hosein Azarbonyad, Jaap Kamps, Maarten de Rijke

Deep neural networks have become a primary tool for solving problems in many fields. They are also used for addressing information retrieval problems and show strong performance in several tasks. Training these models re…

Information RetrievalPrivacy PreservingRe-RankingRetrieval

Voice Conversion with Conditional SampleRNN

2018-08-24 · Cong Zhou, Michael Horgan, Vivek Kumar, Cristina Vasco 외

Here we present a novel approach to conditioning the SampleRNN generative model for voice conversion (VC). Conventional methods for VC modify the perceived speaker identity by converting between source and target acousti…

Voice Conversion

AgentMark: Utility-Preserving Behavioral Watermarking for Agents

2026-01-05 · Kaibo Huang, Jin Tan, Yukun Wei, Wanling Li 외 arxiv

LLM-based agents are increasingly deployed to autonomously solve complex tasks, raising urgent needs for IP protection and regulatory provenance. While content watermarking effectively attributes LLM-generated outputs, i…

Privacy Preserving Data Imputation via Multi-party Computation for Medical Applications

2024-05-29 · Julia Jentsch, Ali Burak Ünal, Şeyma Selcan Mağara, Mete Akgün

Handling missing data is crucial in machine learning, but many datasets contain gaps due to errors or non-response. Unlike traditional methods such as listwise deletion, which are simple but inadequate, the literature of…

ImputationPrivacy Preserving

Knowledge Federation: A Unified and Hierarchical Privacy-Preserving AI Framework

2020-02-05 · Hongyu Li, Dan Meng, Hong Wang, Xiaolin Li

With strict protections and regulations of data privacy and security, conventional machine learning based on centralized datasets is confronted with significant challenges, making artificial intelligence (AI) impractical…

Federated LearningPrivacy Preserving