Skip to content

Commit

Permalink
onnxruntimeを1.14.0に上げる (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: PickledChair <[email protected]>
  • Loading branch information
PickledChair and PickledChair authored Apr 11, 2023
1 parent 0df94ae commit 55bf1ed
Show file tree
Hide file tree
Showing 10 changed files with 3,943 additions and 265 deletions.
2 changes: 1 addition & 1 deletion onnxruntime-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use std::{
/// WARNING: If version is changed, bindings for all platforms will have to be re-generated.
/// To do so, run this:
/// cargo build --package onnxruntime-sys --features generate-bindings
const ORT_VERSION: &str = "1.13.1";
const ORT_VERSION: &str = "1.14.0";

/// Base Url from which to download pre-built releases/
const ORT_RELEASE_BASE_URL: &str = "https://github.com/microsoft/onnxruntime/releases/download";
Expand Down
Loading

0 comments on commit 55bf1ed

Please sign in to comment.