#127 · Primary category: Inference & Local Deploy
optimum-intel
🤗 Optimum Intel: Accelerate inference with Intel optimization tools
Project last updated:08/28/26
GitHub Stars
615
Forks
262
Contributors
103
License
Apache-2.0
Why we included this project
Optimum Intel is the bridge between Hugging Face's model libraries and OpenVINO, Intel's inference toolkit. Instead of rewriting your pipeline, you swap the standard AutoModel classes for OpenVINO-backed equivalents, which lets you export a model to the OpenVINO IR format, compress weights down to 8-bit or 4-bit, and run inference on Intel CPUs, GPUs, or the company's dedicated accelerators. The weight compression is what most teams will care about: it shrinks the model footprint and cuts latency while keeping the familiar Transformers and Diffusers API. The bundled optimum-cli tool converts Hub models in one shot, which fits automated export workflows. It is a library and CLI rather than a full serving stack, so expect to wire it into your own deployment setup.
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.