#167 · Primary category: Inference & Local Deploy
transformer-deploy
Efficient, scalable and enterprise-grade CPU/GPU inference server for 🤗 Hugging Face transformer models 🚀
Project last updated:10/23/24
GitHub Stars
1.7K
Forks
153
Contributors
8
License
Apache-2.0
Why we included this project
Teams that run Hugging Face transformer models as part of a real service often hit the same wall: the checkpoint works in notebooks, but nobody knows what the actual latency will be. transformer-deploy shortens that gap by taking a model that can export to ONNX and, with one command, producing an optimized engine plus the full folder layout and Triton configuration, covering classification, token classification, dense embeddings, and text generation. The authors built it for a legal-domain semantic re-ranker that scores hundreds of snippets per query, so the benchmarks and defaults come from real latency pressure rather than toy examples. It handles the tedious wiring of TensorRT and ONNX Runtime, with quantization for CPU and GPU, so you get the speedup without becoming a compilation expert. If you are weighing Triton against a FastAPI-style server, the comparison tables and Docker-based demos let you decide on measured numbers instead of guesses.
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.