File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ codecov] ( https://codecov.io/gh/nbigaouette/onnxruntime-rs/branch/master/graph/badge.svg )] ( https://codecov.io/gh/nbigaouette/onnxruntime-rs )
8
8
9
9
This is an attempt at a Rust wrapper for
10
- [ Microsoft's ONNX Runtime] ( https://github.com/microsoft/onnxruntime ) (version 1.7 ).
10
+ [ Microsoft's ONNX Runtime] ( https://github.com/microsoft/onnxruntime ) (version 1.8 ).
11
11
12
12
This project consist on two crates:
13
13
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use std::{
11
11
/// WARNING: If version is changed, bindings for all platforms will have to be re-generated.
12
12
/// To do so, run this:
13
13
/// cargo build --package onnxruntime-sys --features generate-bindings
14
- const ORT_VERSION : & str = "1.7.0 " ;
14
+ const ORT_VERSION : & str = "1.8.1 " ;
15
15
16
16
/// Base Url from which to download pre-built releases/
17
17
const ORT_RELEASE_BASE_URL : & str = "https://github.com/microsoft/onnxruntime/releases/download" ;
You can’t perform that action at this time.
0 commit comments