Skip to content

Commit 55bf1ed

Browse files
authored
onnxruntimeを1.14.0に上げる (#20)
Co-authored-by: PickledChair <[email protected]>
1 parent 0df94ae commit 55bf1ed

File tree

10 files changed

+3943
-265
lines changed

10 files changed

+3943
-265
lines changed

onnxruntime-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use std::{
1313
/// WARNING: If version is changed, bindings for all platforms will have to be re-generated.
1414
/// To do so, run this:
1515
/// cargo build --package onnxruntime-sys --features generate-bindings
16-
const ORT_VERSION: &str = "1.13.1";
16+
const ORT_VERSION: &str = "1.14.0";
1717

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

0 commit comments

Comments
 (0)