2023

Fast Distributed Inference Serving for Large Language Models

Wu, Bingyang, Zhong, Yinmin, Zhang, Zili et al.

Understand

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.

Reading the bibliography…