ort: Rust Wrapper for ONNX Runtime Acceleration
What is ort
The ort
project is an unofficial Rust wrapper for ONNX Runtime 1.19, built on the foundation of the now inactive onnxruntime-rs
. It leverages ONNX Runtime to accelerate machine learning inference and training on both CPU and GPU. This wrapper provides a robust interface for integrating ML capabilities into Rust applications, making it a valuable tool for developers looking to enhance their projects with efficient ML operations. With extensive documentation, active support channels, and adoption by several notable projects like Twitter, Bloop, and Supabase, ort
is definitely worth exploring for anyone interested in integrating ML into their Rust projects.