#73 · Primary category: Inference & Local Deploy

optimum

graphcore habana inference intel onnx onnxruntime optimization pytorch quantization tflite training transformers

🚀 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