English

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

Distributed, Parallel, and Cluster Computing 2025-03-26 v3 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2312.05215,
  title  = {DeltaZip: Efficient Serving of Multiple Full-Model-Tuned LLMs},
  author = {Xiaozhe Yao and Qinghao Hu and Ana Klimovic},
  journal= {arXiv preprint arXiv:2312.05215},
  year   = {2025}
}

Comments

EuroSys 2025'

R2 v1 2026-06-28T13:45:21.338Z