Update to onnxruntime v1.16.1 (#406)
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.0/onnxruntime-win-x64-1.16.0.zip")
|
||||
set(onnxruntime_URL2 "https://huggingface.co/csukuangfj/sherpa-onnx-cmake-deps/resolve/main/onnxruntime-win-x64-1.16.0.zip")
|
||||
set(onnxruntime_HASH "SHA256=ce6777ecde7d4a6c9d4eab9774089fe04be1bad979323ae502e667b95222e08f")
|
||||
set(onnxruntime_URL "https://github.com/microsoft/onnxruntime/releases/download/v1.16.1/onnxruntime-win-x64-1.16.1.zip")
|
||||
set(onnxruntime_URL2 "https://huggingface.co/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-win-x64-1.16.1.zip")
|
||||
set(onnxruntime_HASH "SHA256=05a972384c73c05bce51ffd3e15b1e78325ea9fa652573113159b5cac547ecce")
|
||||
|
||||
# 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.0.zip
|
||||
${PROJECT_SOURCE_DIR}/onnxruntime-win-x64-1.16.0.zip
|
||||
${PROJECT_BINARY_DIR}/onnxruntime-win-x64-1.16.0.zip
|
||||
/tmp/onnxruntime-win-x64-1.16.0.zip
|
||||
$ENV{HOME}/Downloads/onnxruntime-win-x64-1.16.1.zip
|
||||
${PROJECT_SOURCE_DIR}/onnxruntime-win-x64-1.16.1.zip
|
||||
${PROJECT_BINARY_DIR}/onnxruntime-win-x64-1.16.1.zip
|
||||
/tmp/onnxruntime-win-x64-1.16.1.zip
|
||||
)
|
||||
|
||||
foreach(f IN LISTS possible_file_locations)
|
||||
|
||||
Reference in New Issue
Block a user