#93 · Primary category: Inference & Local Deploy
ort
Fast ML inference & training for ONNX models in Rust
Project last updated:08/27/26
GitHub Stars
2.5K
Forks
264
Contributors
77
License
Apache-2.0
Why we included this project
Rust developers who want to run ONNX models without switching languages get one of the more mature options in ort. It wraps Microsoft's ONNX Runtime behind a native Rust API, so the same code can accelerate inference on CPU, CUDA, Metal, or whichever execution provider fits the target, yet stays light enough to run on end-user devices. One crate covers both deployment-time inference and training or fine-tuning, which saves teams from juggling separate toolchains. Real-world users back the API's stability: Hugging Face's text embedding service and Google's Magika both run on it in production. If your stack is Rust and your models ship as ONNX, ort spares you from writing and debugging your own FFI bindings.
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.