CTranslate2 is a C++ and Python library for efficient inference with Transformer models. The project implements a custom runtime that applies many performance optimization techniques such as weights quantization, layers fusion, batch reordering, etc., to accelerate and reduce the memory usage of Transformer models on CPU and GPU. The execution is significantly faster and requires less resources than general-purpose deep learning frameworks on supported models and tasks thanks to many advanced optimizations: layer fusion, padding removal, batch reordering, in-place operations, caching mechanism, etc. The model serialization and computation support weights with reduced precision: 16-bit floating points (FP16), 16-bit integers (INT16), and 8-bit integers (INT8). The project supports x86-64 and AArch64/ARM64 processors and integrates multiple backends that are optimized for these platforms: Intel MKL, oneDNN, OpenBLAS, Ruy, and Apple Accelerate.

Features

  • Encoder-decoder models supported
  • GPT-2, GPT-J, GPT-NeoX, OPT, BLOOM supported
  • Automatic CPU detection and code dispatch
  • Fast and efficient execution on CPU and GPU
  • Quantization and reduced precision
  • Multiple CPU architectures support
  • Dynamic memory usage
  • Parallel and asynchronous execution

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow CTranslate2

CTranslate2 Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of CTranslate2!

Additional Project Details

Programming Language

C++

Related Categories

C++ Transformer Models, C++ LLM Inference Tool

Registered

2023-04-21