2022

DeepSpeed Inference: Enabling Efficient Inference of Transformer Models at Unprecedented Scale

Aminabadi, Reza Yazdani, Rajbhandari, Samyam, Zhang, Minjia et al.

Understand

The past several years have witnessed the success of transformer-based models, and their scale and application scenarios continue to grow aggressively.

  • The current landscape of transformer models is increasingly diverse: the model size varies drastically with the largest being of hundred-billion parameters; the model characteristics differ due to the sparsity introduced by the Mixture-of-Experts; the target application scenarios can be latency-critical or throughput-oriented; the deployment hardware could be single- or multi-GPU systems with different types of memory and storage, etc.
  • With such increasing diversity and the fast-evolving pace of transformer models, designing a highly performant and efficient inference system is extremely challenging.
  • In this paper, we present DeepSpeed Inference, a comprehensive system solution for transformer model inference to address the above-mentioned challenges.

Reading the bibliography…