File tree Expand file tree Collapse file tree 5 files changed +316
-100
lines changed
src/generated/macos/x86_64 Expand file tree Collapse file tree 5 files changed +316
-100
lines changed Original file line number Diff line number Diff line change 55onnxruntime.git
66Cargo.lock
77** /synset.txt
8+
9+ /.idea
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Changed
1111
1212- Prevent session from being built a temporary environment resulting in segfault ([ #46 ] ( https://github.com/nbigaouette/onnxruntime-rs/pull/46 ) )
13+ - Update onnxruntime to 1.6.0
1314
1415### Added
1516
Original file line number Diff line number Diff line change 77[ ![ codecov] ( https://codecov.io/gh/nbigaouette/onnxruntime-rs/branch/master/graph/badge.svg )] ( https://codecov.io/gh/nbigaouette/onnxruntime-rs )
88
99This is an attempt at a Rust wrapper for
10- [ Microsoft's ONNX Runtime] ( https://github.com/microsoft/onnxruntime ) (version 1.5 ).
10+ [ Microsoft's ONNX Runtime] ( https://github.com/microsoft/onnxruntime ) (version 1.6 ).
1111
1212This project consist on two crates:
1313
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use std::{
1111/// WARNING: If version is changed, bindings for all platforms will have to be re-generated.
1212/// To do so, run this:
1313/// cargo build --package onnxruntime-sys --features generate-bindings
14- const ORT_VERSION : & str = "1.5.2 " ;
14+ const ORT_VERSION : & str = "1.6.0 " ;
1515
1616/// Base Url from which to download pre-built releases/
1717const ORT_RELEASE_BASE_URL : & str = "https://github.com/microsoft/onnxruntime/releases/download" ;
You can’t perform that action at this time.
0 commit comments