Skip to content

Commit ad4b469

Browse files
authored
onnxruntimeを1.13.1に上げる (#14)
* onnxruntimeを1.13.1に上げる * 空コミット * `gen_bind`を起動するためworkflow fileを更新 * Automated generate bindings for x86_64-apple-darwin * Automated generate bindings for aarch64-apple-darwin * Automated generate bindings for i686-pc-windows-msvc * Automated generate bindings for x86_64-pc-windows-msvc * Automated generate bindings for x86_64-pc-windows-msvc * Revert "`gen_bind`を起動するためworkflow fileを更新" This reverts commit 7d1698a. * Automated generate bindings for aarch64-unknown-linux-gnu Co-authored-by: qryxip <[email protected]>
1 parent ddcdc56 commit ad4b469

File tree

8 files changed

+2970
-29
lines changed

8 files changed

+2970
-29
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.11.1";
16+
const ORT_VERSION: &str = "1.13.1";
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)