1. DeepFlow: Serverless Large Language Model Serving at Scale
- Author
-
Hu, Junhao, Xu, Jiang, Liu, Zhixia, He, Yulong, Chen, Yuetao, Xu, Hao, Liu, Jiang, Zhang, Baoquan, Wan, Shining, Dan, Gengyuan, Dong, Zhiyu, Ren, Zhihao, Meng, Jie, He, Chao, Liu, Changhong, Xie, Tao, Lin, Dayun, Zhang, Qin, Yu, Yue, Feng, Hao, Chen, Xusheng, and Shan, Yizhou
- Subjects
Computer Science - Distributed, Parallel, and Cluster Computing - Abstract
This paper introduces DeepFlow, a scalable and serverless AI platform designed to efficiently serve large language models (LLMs) at scale in cloud environments. DeepFlow addresses key challenges such as resource allocation, serving efficiency, and cold start latencies through four main design components. First, it uses a simple serverless abstraction called the request-job-task model, which helps manage AI workloads across post-training and model serving tasks. Second, it builds an in-house serving engine FlowServe using a microkernel-inspired design, NPU-centric execution, and SPMD-based parallelism to optimize LLM serving. The system also includes novel scheduling policies tailored for both PD-disaggregated and PD-colocated configurations. With optimizations like pre-warmed pods, DRAM pre-loading, and NPU-fork, DeepFlow can scale up to 64 instances in seconds. DeepFlow has been in production for over a year, operating on a large Ascend NPU cluster and providing industrystandard APIs for fine-tuning, agent serving, and model serving to our customers.
- Published
- 2025