English

Loquetier: A Virtualized Multi-LoRA Framework for Unified LLM Fine-tuning and Serving

Machine Learning 2025-11-04 v1 Artificial Intelligence

Abstract

Low-Rank Adaptation (LoRA) has become a widely adopted parameter-efficient fine-tuning (PEFT) technique for adapting large language models (LLMs) to downstream tasks. While prior work has explored strategies for integrating LLM training and serving, there still remains a gap in unifying fine-tuning and inference for LoRA-based models. We present Loquetier, a virtualized multi-LoRA framework that seamlessly integrates LoRA fine-tuning and serving within a single runtime. Loquetier introduces two key components: (1) a Virtualized Module that isolates PEFT-based modifications and supports multiple adapters on a shared base model, and (2) an optimized computation flow with a kernel design that merges fine-tuning and inference paths in forward propagation, enabling efficient batching and minimizing kernel invocation overhead. Extensive experiments across three task settings show that Loquetier consistently outperforms existing baselines in both performance and flexibility, achieving up to 3.0×3.0\times the throughput of the state-of-the-art co-serving system on inference-only tasks and 46.4×46.4\times higher SLO attainment than PEFT on unified fine-tuning and inference tasks. The implementation of Loquetier is publicly available at https://github.com/NJUDeepEngine/Loquetier.

Keywords

Cite

@article{arxiv.2511.00101,
  title  = {Loquetier: A Virtualized Multi-LoRA Framework for Unified LLM Fine-tuning and Serving},
  author = {Yuchen Zhang and Hanyue Du and Chun Cao and Jingwei Xu},
  journal= {arXiv preprint arXiv:2511.00101},
  year   = {2025}
}

Comments

26 pages including 10 pages of main text, 6 figures, 39th Conference on Neural Information Processing Systems (NeurIPS 2025)

R2 v1 2026-07-01T07:16:13.441Z