paper-with-me

Papers

DeltaZip: Efficient Serving of Multiple Full-Model-Tuned LLMs

2023-12-08 · Xiaozhe Yao, Qinghao Hu, Ana Klimovic

Fine-tuning large language models (LLMs) greatly improves model quality for downstream tasks. However, serving many fine-tuned LLMs concurrently is challenging due to the sporadic, bursty, and varying request patterns of different LLMs. To bridge this gap, we present DeltaZip, an LLM serving system that efficiently serves multiple full-parameter fine-tuned models concurrently by aggressively compressing model deltas by up to 10x while maintaining high model quality. The key insight behind this design is that fine-tuning results in small-magnitude changes to the pre-trained model. By co-designing the serving system with the compression algorithm, DeltaZip achieves 2x to 12x improvement in throughput compared to the state-of-the-art systems.

📄 PDF Abstract BibTeX arXiv:2312.05215

Code (1)

eth-easl/deltazip 공식 구현 pytorch

Tasks

Language Modelling

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

LoRA Land: 310 Fine-tuned LLMs that Rival GPT-4, A Technical Report

2024-04-29 · Justin Zhao, Timothy Wang, Wael Abid, Geoffrey Angus 외

Low Rank Adaptation (LoRA) has emerged as one of the most widely adopted methods for Parameter Efficient Fine-Tuning (PEFT) of Large Language Models (LLMs). LoRA reduces the number of trainable parameters and memory usag…

GPUparameter-efficient fine-tuning

Delta-CoMe: Training-Free Delta-Compression with Mixed-Precision for Large Language Models

2024-06-13 · Bowen Ping, Shuo Wang, Hanqing Wang, Xu Han 외

Fine-tuning is a crucial process for adapting large language models (LLMs) to diverse applications. In certain scenarios, such as multi-tenant serving, deploying multiple LLMs becomes necessary to meet complex demands. R…

MathQuantization

Curvature-Aware Safety Restoration In LLMs Fine-Tuning

2025-11-22 · Thong Bach, Thanh Nguyen-Tang, Dung Nguyen, Thao Minh Le 외 arxiv

Fine-tuning Large Language Models (LLMs) for downstream tasks often compromises safety alignment, even when using parameter-efficient methods like LoRA. In this work, we uncover a notable property: fine-tuned models pres…

Few-Shot Learning

One Leak Away: How Pretrained Model Exposure Amplifies Jailbreak Risks in Finetuned LLMs

2025-12-14 · Yixin Tan, Zhe Yu, Jun Sakuma arxiv

Finetuning pretrained large language models (LLMs) has become the standard paradigm for developing downstream applications. However, its security implications remain unclear, particularly regarding whether finetuned LLMs…

Teaching Language Models to Faithfully Express their Uncertainty

2025-10-14 · Bryan Eikema, Evgenia Ilia, José G. C. de Souza, Chrysoula Zerva 외 arxiv

Large language models (LLMs) often miscommunicate their uncertainty: repeated queries can produce divergent answers, yet generated responses are typically unhedged or hedged in ways that do not reflect this variability. …

Open-Domain Question Answering