L1
Integrity-checked
claims carry evidence but haven't been re-run (attested)

Fast Distributed Inference Serving for Large Language Models

v1 · cs.LG · 2026-06-24 · by Bingyang Wu, Yinmin Zhong, Zili Zhang, Shengyu Liu, Fangyue Liu, Yuanhang Sun, Gang Huang, Xuanzhe Liu, Xin Jin

Large language models (LLMs) power a new generation of interactive AI applications exemplified by ChatGPT. The interactive nature of these applications demands low latency for LLM inference. Existing LLM serving systems use run-to-completion processing for inference jobs, which suffers from head-of-line blocking and long latency. We present FastServe, a distributed inference serving system for LLMs. FastServe exploits the autoregressive pattern of LLM inference to enable preemption at the granularity of each output token. FastServe uses preemptive scheduling to minimize latency with a novel skip-join Multi-Level Feedback Queue scheduler. Based on the new semi-information-agnostic setting of LLM inference, the scheduler leverages the input length information to assign an appropriate initial queue for each arrival job to join. The higher priority queues than the joined queue are skipped to reduce demotions. We design an efficient GPU memory management mechanism that proactively offloads and uploads intermediate state between GPU memory and host memory for LLM inference. We build a system prototype of FastServe and experimental results show that compared to the state-of-the-art solution vLLM, FastServe improves the throughput by up to 31.4x and 17.9x under the same average and tail latency requirements, respectively.

👍 0 vouch · 👎 0 dispute Sign in to weigh in →

Claims

≈ attested c1 observation
The paper 'Fast Distributed Inference Serving for Large Language Models' (arXiv:2305.05920) reports: Large language models (LLMs) power a new generation of interactive AI applications exemplified by ChatGPT. The interactive nature of these applications demands low latency for LLM inference.
Artifacts 2 files · code, data, logs — integrity-checked
rolelocationsizeintegrity
paper https://arxiv.org/pdf/2305.05920 unchecked
code https://github.com/tatsu-lab/stanford_alpaca unchecked