Skip to content

Commit 56c5314

Browse files
authored
Merge pull request #377 from yuzawa-san/ort/1.24.2
Upgrade onnxruntime to 1.24.2
2 parents 04c3be6 + 91fb6df commit 56c5314

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

ORT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.2
1+
1.24.2

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ java {
114114
withSourcesJar()
115115
}
116116

117-
def cpuOsArches = ["linux-x86_64", "linux-aarch_64", "windows-x86_64", "windows-aarch_64", "osx-x86_64", "osx-aarch_64"]
117+
def cpuOsArches = ["linux-x86_64", "linux-aarch_64", "windows-x86_64", "windows-aarch_64", "osx-aarch_64"]
118118
def gpuOsArches = ["linux-x86_64-gpu", "windows-x86_64-gpu"]
119119
def allArches = cpuOsArches + gpuOsArches
120120

download.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ case $VARIANT in
3838
linux-x86_64-gpu)
3939
doIt linux-x86_64 -gpu linux-x64-gpu tgz so
4040
;;
41-
osx-x86_64)
42-
doIt osx-x86_64 "" osx-x86_64 tgz dylib
43-
;;
4441
osx-aarch_64)
4542
doIt osx-aarch_64 "" osx-arm64 tgz dylib
4643
;;

0 commit comments

Comments
 (0)