#69 · Primary category: Inference & Local Deploy
CTranslate2
Fast inference engine for Transformer models
Project last updated:08/16/26
GitHub Stars
4.7K
Forks
522
Contributors
69
License
MIT
Why we included this project
CTranslate2 skips the usual deep learning runtime and runs Transformer models through its own C++ engine with a Python wrapper. Layer fusion, batch reordering, padding removal, and weight quantization add up to noticeably higher throughput and lower memory use than a general-purpose framework on both CPU and GPU. You convert a model from tools like Hugging Face Transformers, Fairseq, or OpenNMT into an optimized format first, then load and generate through a small, predictable API. That extra step tends to pay off for teams serving translation, speech, or language models on constrained hardware. Quantization down to 4-bit AWQ and the documented backward compatibility guarantees also make it a reasonable choice for services you expect to run for years.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.