Update to onnxruntime 1.16.3 (#446)
This commit is contained in:
@@ -13,18 +13,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.16.2/onnxruntime-osx-universal2-1.16.2.tgz")
|
||||
set(onnxruntime_URL2 "https://huggingface.co/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-osx-universal2-1.16.2.tgz")
|
||||
set(onnxruntime_HASH "SHA256=eb5200ceb5d196c5c84eb72a7831a780d1b63349b158405bc28a7817ad125b3d")
|
||||
set(onnxruntime_URL "https://github.com/microsoft/onnxruntime/releases/download/v1.16.3/onnxruntime-osx-universal2-1.16.3.tgz")
|
||||
set(onnxruntime_URL2 "https://huggingface.co/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-osx-universal2-1.16.3.tgz")
|
||||
set(onnxruntime_HASH "SHA256=6428d0f0ff1386e8e8256a708e187c1f8861387c9554bfc9c5f3390ffa0df5cc")
|
||||
|
||||
# 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-universal2-1.16.2.tgz
|
||||
${PROJECT_SOURCE_DIR}/onnxruntime-osx-universal2-1.16.2.tgz
|
||||
${PROJECT_BINARY_DIR}/onnxruntime-osx-universal2-1.16.2.tgz
|
||||
/tmp/onnxruntime-osx-universal2-1.16.2.tgz
|
||||
$ENV{HOME}/Downloads/onnxruntime-osx-universal2-1.16.3.tgz
|
||||
${PROJECT_SOURCE_DIR}/onnxruntime-osx-universal2-1.16.3.tgz
|
||||
${PROJECT_BINARY_DIR}/onnxruntime-osx-universal2-1.16.3.tgz
|
||||
/tmp/onnxruntime-osx-universal2-1.16.3.tgz
|
||||
)
|
||||
|
||||
foreach(f IN LISTS possible_file_locations)
|
||||
|
||||
Reference in New Issue
Block a user