English

CoLLM: Continuous Adaptation for SLO-Aware LLM Serving on Shared GPU Clusters

Distributed, Parallel, and Cluster Computing 2026-05-19 v2 Artificial Intelligence Machine Learning

Abstract

As Large Language Models (LLMs) are increasingly adopted in edge intelligence to power domain-specific applications and personalized services, the quality and efficiency of the LLM post-training phase-including fine-tuning and inference, have become critical due to constrained resources. Although recent advances in federated parameter-efficient fine-tuning (FL PEFT) and low-latency inference have improved individual task performance, fine-tuning and inference are still handled as isolated workloads, which overlooks their interdependence and results in redundant deployments and delayed improvement in inference quality. To address these limitations, we introduce a new co-execution framework and instantiate it with CoLLM, a system that unifies FL PEFT and inference on shared edge replicas and model parameters. CoLLM addresses key challenges at both replica and cluster levels through: (1) an intra-replica model sharing mechanism that enables real-time model parameter reuse via unmerged inference and shadow adapter strategies; and (2) a two-timescale inter-replica coordination algorithm that adaptively balances fine-tuning and inference workloads to jointly optimize long-term model quality gains and short-term inference efficiency. Extensive evaluation across diverse LLMs and real-world traces show that CoLLM consistently outperforms state-of-the-art LLM systems, achieving up to 3x higher goodput, demonstrating its effectiveness in enabling seamless LLM post-training for edge intelligence.

Keywords

Cite

@article{arxiv.2604.16400,
  title  = {CoLLM: Continuous Adaptation for SLO-Aware LLM Serving on Shared GPU Clusters},
  author = {Shaoyuan Huang and Yunfeng Zhao and Na Yan and Tiancheng Zhang and Xiaokai Wang and Xiaofei Wang and Wenyu Wang and Yansha Deng},
  journal= {arXiv preprint arXiv:2604.16400},
  year   = {2026}
}
R2 v1 2026-07-01T12:14:56.282Z