MorphServe: Efficient and Workload-Aware LLM Serving via Runtime Quantized Layer Swapping and KV Cache Resizing. Su, Z., Zhang, Z., Lan, T., Wang, Z., Shen, H., Yang, J., & Cheng, Y. In Proceedings of the Ninth Annual Conference on Machine Learning and Systems, Bellevue, WA, May, 2026. Version Number: 2
MorphServe: Efficient and Workload-Aware LLM Serving via Runtime Quantized Layer Swapping and KV Cache Resizing [link]Paper  doi  abstract   bibtex   
Efficiently serving large language models (LLMs) under dynamic and bursty workloads remains a key challenge for real-world deployment. Existing serving frameworks and static model compression techniques fail to adapt to workload fluctuations, leading to either service-level objective (SLO) violations under full-precision serving or persistent accuracy degradation with static quantization. To deal with these issues, we present MorphServe, a dynamic, workload-aware LLM serving framework based on morphological adaptation. MorphServe introduces two asynchronous, token-level runtime mechanisms: quantized layer swapping, which selectively replaces less impactful layers with quantized alternatives during high-load periods, and pressure-aware KV cache resizing, which dynamically adjusts KV cache capacity in response to memory pressure. These mechanisms enable state-preserving transitions with minimum runtime overhead and are fully compatible with modern scheduling and attention techniques. Extensive experiments on Vicuna and Llama family models with real-world workloads demonstrate that MorphServe reduces average SLO violations by 92.45% and improves the P95 TTFT latency by 2.2-3.9× compared to full-precision serving, without compromising generation quality. These results establish MorphServe as a practical and elastic solution for LLM deployment in dynamic environments.
@inproceedings{su_morphserve_2026,
	address = {Bellevue, WA},
	title = {{MorphServe}: {Efficient} and {Workload}-{Aware} {LLM} {Serving} via {Runtime} {Quantized} {Layer} {Swapping} and {KV} {Cache} {Resizing}},
	copyright = {Creative Commons Attribution 4.0 International},
	shorttitle = {{MorphServe}},
	url = {https://mlsys.org/virtual/2026/oral/3816},
	doi = {10.48550/ARXIV.2506.02006},
	abstract = {Efficiently serving large language models (LLMs) under dynamic and bursty workloads remains a key challenge for real-world deployment. Existing serving frameworks and static model compression techniques fail to adapt to workload fluctuations, leading to either service-level objective (SLO) violations under full-precision serving or persistent accuracy degradation with static quantization. To deal with these issues, we present MorphServe, a dynamic, workload-aware LLM serving framework based on morphological adaptation. MorphServe introduces two asynchronous, token-level runtime mechanisms: quantized layer swapping, which selectively replaces less impactful layers with quantized alternatives during high-load periods, and pressure-aware KV cache resizing, which dynamically adjusts KV cache capacity in response to memory pressure. These mechanisms enable state-preserving transitions with minimum runtime overhead and are fully compatible with modern scheduling and attention techniques. Extensive experiments on Vicuna and Llama family models with real-world workloads demonstrate that MorphServe reduces average SLO violations by 92.45\% and improves the P95 TTFT latency by 2.2-3.9× compared to full-precision serving, without compromising generation quality. These results establish MorphServe as a practical and elastic solution for LLM deployment in dynamic environments.},
	language = {en},
	urldate = {2026-07-07},
	booktitle = {Proceedings of the {Ninth} {Annual} {Conference} on {Machine} {Learning} and {Systems}},
	author = {Su, Zhaoyuan and Zhang, Zeyu and Lan, Tingfeng and Wang, Zirui and Shen, Haiying and Yang, Juncheng and Cheng, Yue},
	month = may,
	year = {2026},
	note = {Version Number: 2},
	keywords = {Distributed, Parallel, and Cluster Computing (cs.DC), FOS: Computer and information sciences, Machine Learning (cs.LG), WG: Explorable},
}

Downloads: 0