Skip to content

Commit

Permalink
Merge pull request #30 from asus4/onnx-1.19.2
Browse files Browse the repository at this point in the history
Fix download URL
  • Loading branch information
asus4 authored Sep 23, 2024
2 parents 9dd91cb + 70ed9c6 commit 2dff2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-onnx-extensions-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function download_package() {

function download_github_releases() {
# TODO: consider location of build libraries
download_package $1 https://github.com/asus4/onnxruntime-unity/releases/download/v0.2.0/
download_package $1 https://github.com/asus4/onnxruntime-unity/releases/download/v0.1.14/
}

#--------------------------------------
Expand Down

0 comments on commit 2dff2ab

Please sign in to comment.