Update onnxruntime from v1.18.0 to v1.18.1 (#1107)
This commit is contained in:
@@ -12,18 +12,18 @@ if(NOT BUILD_SHARED_LIBS)
|
||||
message(FATAL_ERROR "This file is for building shared libraries. BUILD_SHARED_LIBS: ${BUILD_SHARED_LIBS}")
|
||||
endif()
|
||||
|
||||
set(onnxruntime_URL "https://github.com/microsoft/onnxruntime/releases/download/v1.18.0/onnxruntime-osx-arm64-1.18.0.tgz")
|
||||
set(onnxruntime_URL2 "https://hub.nuaa.cf/microsoft/onnxruntime/releases/download/v1.18.0/onnxruntime-osx-arm64-1.18.0.tgz")
|
||||
set(onnxruntime_HASH "SHA256=c5ff520d2913e3360670979ca4fe43717fc3aa0c0c367a75fbb6f2f15c0cb48d")
|
||||
set(onnxruntime_URL "https://github.com/microsoft/onnxruntime/releases/download/v1.18.1/onnxruntime-osx-arm64-1.18.1.tgz")
|
||||
set(onnxruntime_URL2 "https://hub.nuaa.cf/microsoft/onnxruntime/releases/download/v1.18.1/onnxruntime-osx-arm64-1.18.1.tgz")
|
||||
set(onnxruntime_HASH "SHA256=f3356203e9b6f5023168a12db74b1060ab397f8f3ce8f5cb2c2bd9e7f1195b01")
|
||||
|
||||
# If you don't have access to the Internet,
|
||||
# please download onnxruntime to one of the following locations.
|
||||
# You can add more if you want.
|
||||
set(possible_file_locations
|
||||
$ENV{HOME}/Downloads/onnxruntime-osx-arm64-1.18.0.tgz
|
||||
${CMAKE_SOURCE_DIR}/onnxruntime-osx-arm64-1.18.0.tgz
|
||||
${CMAKE_BINARY_DIR}/onnxruntime-osx-arm64-1.18.0.tgz
|
||||
/tmp/onnxruntime-osx-arm64-1.18.0.tgz
|
||||
$ENV{HOME}/Downloads/onnxruntime-osx-arm64-1.18.1.tgz
|
||||
${CMAKE_SOURCE_DIR}/onnxruntime-osx-arm64-1.18.1.tgz
|
||||
${CMAKE_BINARY_DIR}/onnxruntime-osx-arm64-1.18.1.tgz
|
||||
/tmp/onnxruntime-osx-arm64-1.18.1.tgz
|
||||
)
|
||||
|
||||
foreach(f IN LISTS possible_file_locations)
|
||||
|
||||
Reference in New Issue
Block a user