Update alternative URLs for onnxruntime 1.16.0 (#334)

This commit is contained in:
Fangjun Kuang
2023-09-22 18:50:52 +08:00
committed by GitHub
parent 43b2b7760d
commit 65ec4dc741
10 changed files with 20 additions and 20 deletions

View File

@@ -10,8 +10,8 @@ if(NOT CMAKE_SYSTEM_PROCESSOR STREQUAL arm)
message(FATAL_ERROR "This file is for arm only. Given: ${CMAKE_SYSTEM_PROCESSOR}")
endif()
set(onnxruntime_URL "https://huggingface.co/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-linux-arm-1.16.0.zip")
set(onnxruntime_URL2 )
set(onnxruntime_URL "https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.16.0/onnxruntime-linux-arm-1.16.0.zip")
set(onnxruntime_URL2 "https://huggingface.co/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-linux-arm-1.16.0.zip")
set(onnxruntime_HASH "SHA256=0a63ea99fbba3ee399d6626c36752844ae93ae19bab30e4bf00d45cc8a13da02")
# If you don't have access to the Internet,