P/D-Device: Disaggregated Large Language Model between Cloud and Devices
Abstract
Serving disaggregated large language models has been widely adopted in industrial practice for enhanced performance. However, too many tokens generated in decoding phase, i.e., occupying the resources for a long time, essentially hamper the cloud from achieving a higher throughput. Meanwhile, due to limited on-device resources, the time to first token (TTFT), i.e., the latency of prefill phase, increases dramatically with the growth on prompt length. In order to concur with such a bottleneck on resources, i.e., long occupation in cloud and limited on-device computing capacity, we propose to separate large language model between cloud and devices. That is, the cloud helps a portion of the content for each device, only in its prefill phase. Specifically, after receiving the first token from the cloud, decoupling with its own prefill, the device responds to the user immediately for a lower TTFT. Then, the following tokens from cloud are presented via a speed controller for smoothed TPOT (the time per output token), until the device catches up with the progress. On-device prefill is then amortized using received tokens while the resource usage in cloud is controlled. Moreover, during cloud prefill, the prompt can be refined, using those intermediate data already generated, to further speed up on-device inference. We implement such a scheme P/D-Device, and confirm its superiority over other alternatives. We further propose an algorithm to decide the best settings. Real-trace experiments show that TTFT decreases at least 60%, maximum TPOT is about tens of milliseconds, and cloud throughput increases by up to 15x.
Cite
@article{arxiv.2508.09035,
title = {P/D-Device: Disaggregated Large Language Model between Cloud and Devices},
author = {Yibo Jin and Yixu Xu and Yue Chen and Chengbin Wang and Tao Wang and Jiaqi Huang and Rongfei Zhang and Yiming Dong and Yuting Yan and Ke Cheng and Yingjie Zhu and Shulan Wang and Qianqian Tang and Shuaishuai Meng and Guanxin Cheng and Ze Wang and Shuyan Miao and Ketao Wang and Wen Liu and Yifan Yang and Tong Zhang and Anran Wang and Chengzhou Lu and Tiantian Dong and Yongsheng Zhang and Zhe Wang and Hefei Guo and Hongjie Liu and Wei Lu and Zhengyong Zhang},
journal= {arXiv preprint arXiv:2508.09035},
year = {2025}
}