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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim-furiosa committed Nov 21, 2023
1 parent 544b14d commit bcec0c2
Showing 1 changed file with 1 addition and 1 deletion.
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.2";
const ORT_VERSION: &str = "1.16.3";

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

0 comments on commit bcec0c2

Please sign in to comment.