OnnxRt provides mid-level Rust bindings to the C API for Microsoft's ONNX Runtime v1.16.3.
This program targets the latest stable version of Rust 1.56.1 or later.
Add this to your Cargo.toml
:
[dependencies]
onnxrt = { git = "https://github.com/furiosa-ai/onnxrt", tag = "0.24.1" }
See the examples
directory for examples on how to use the library.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.