#73 · Primary category: Inference & Local Deploy
optimum
🚀 Accelerate inference and training of 🤗 Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware optimization tools
Project last updated:08/24/26
GitHub Stars
3.5K
Forks
680
Contributors
166
License
Apache-2.0
Why we included this project
Training a model with Hugging Face libraries is one thing; getting it to run efficiently on the hardware you actually ship on is another. Optimum is the layer that handles that transition. It plugs into Transformers, Diffusers, TIMM, and Sentence-Transformers, so instead of hand-writing export scripts, quantization routines, and per-accelerator glue code, you work through one set of APIs. You can export to ONNX, apply quantization, and target backends like ONNX Runtime, Intel, Graphcore, or Habana hardware while keeping your training and inference loops close to what you already write. The accelerator-specific subpackages let you pull in only the dependencies you need for your chosen backend. Teams already deep in the Hugging Face workflow get a more direct route from working model to deployed model.
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.