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