pykeio/ort
Fast ML inference & training for ONNX models in Rust observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 99
- Release rhythm 71
- Longevity 98
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 100.5
- age_days: 1376
- days_rel: 36
- days_push: 10
- n_releases_24m: 7
Adoption not part of the score
2476 stars · 263 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ort is a safe, fast Rust binding for Microsoft's ONNX Runtime, providing hardware-accelerated machine learning inference and training for ONNX models. It supports many execution providers (CUDA, TensorRT, OpenVINO, CoreML, etc.) and alternative pure-Rust backends, and is production-ready.
Use cases
- run ONNX models in Rust with GPU acceleration
- deploy PyTorch or TensorFlow models in production from Rust
- fast on-device ML inference in a Rust application
- fine-tune or train ONNX models in Rust
- run transformer models like BERT or YOLOv8 efficiently
- compile ML inference to WebAssembly
When to choose
- you need high-performance ML inference in a Rust codebase
- you want hardware-accelerator support across NVIDIA, Intel, Qualcomm, and Apple
- you need to deploy models on-device or on servers with low latency
- you want a maintained, production-ready alternative to onnxruntime-rs
When to avoid
- your project is in Python and PyTorch directly is sufficient
- you need a pure-Rust ML stack with no C++ dependency (though alternative backends exist)
- you require the stable 1.x API rather than the 2.0 release-candidate
Facets
library · maturity active
machine-learning llm-inference gpu-computing sdk machine-learning deep-learning large-language-models developer-tools rust cross-platform wasm onnx onnxruntime inference training rust-binding hardware-acceleration execution-providers gpu
4 sources
- readme: https://github.com/pykeio/ort · fetched 2026-08-28 · 7ca09dbbb221
- homepage: https://ort.pyke.io/ · fetched 2026-08-29 · 5013e2464317
- site_page: https://ort.pyke.io/setup/cargo-features · fetched 2026-08-29 · 74df53476d30
- registry_crates: https://crates.io/api/v1/crates/ort · fetched 2026-08-29 · e78a3d9fe139
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pykeio/ort | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem