Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
feat: update all bindings to ONNX Runtime v1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim-furiosa committed Nov 10, 2023
1 parent 1842293 commit 04f872f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 --features generate-bindings
const ORT_VERSION: &str = "1.16.1";
const ORT_VERSION: &str = "1.16.2";

/// Base Url from which to download pre-built releases/
const ORT_RELEASE_BASE_URL: &str = "https://github.com/microsoft/onnxruntime/releases/download";
Expand Down
2 changes: 1 addition & 1 deletion src/generated/linux/x86_64/bindings.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.68.1 */
/* automatically generated by rust-bindgen 0.69.1 */

pub const _FEATURES_H: u32 = 1;
pub const _DEFAULT_SOURCE: u32 = 1;
Expand Down

0 comments on commit 04f872f

Please sign in to comment.