@@ -14,19 +14,19 @@ if(NOT BUILD_SHARED_LIBS)
1414 message (FATAL_ERROR "This file is for building shared libraries. BUILD_SHARED_LIBS: ${BUILD_SHARED_LIBS } " )
1515endif ()
1616
17- set (onnxruntime_URL "https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.17.1 /onnxruntime-linux-aarch64-glibc2_17-Release-1.17.1-patched .zip" )
18- set (onnxruntime_URL2 "https://hf-mirror.com/csukuangfj/onnxruntime-libs/resolve/main/onnxruntime-linux-aarch64-glibc2_17-Release-1.17.1-patched .zip" )
19- set (onnxruntime_HASH "SHA256=6e0e68985f8dd1f643e5a4dbe7cd54c9e176a0cc62249c6bee0699b87fc6d4fb " )
17+ set (onnxruntime_URL "https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.23.2 /onnxruntime-linux-aarch64-glibc2_17-Release-1.23.2 .zip" )
18+ set (onnxruntime_URL2 "https://hf-mirror.com/csukuangfj/onnxruntime-libs/resolve/main/1.23.2/ onnxruntime-linux-aarch64-glibc2_17-Release-1.23.2 .zip" )
19+ set (onnxruntime_HASH "SHA256=2a40a5323827bc59844d00ffdd3697d5e30dccb691233054bace0dc61cfa8341 " )
2020
2121# If you don't have access to the Internet,
2222# please download onnxruntime to one of the following locations.
2323# You can add more if you want.
2424set (possible_file_locations
25- $ENV{HOME} /Downloads/onnxruntime-linux -aarch64-glibc2_17-Release-1.17.1-patched .zip
26- ${CMAKE_SOURCE_DIR } /onnxruntime-linux -aarch64-glibc2_17-Release-1.17.1-patched .zip
27- ${CMAKE_BINARY_DIR } /onnxruntime-linux -aarch64-glibc2_17-Release-1.17.1-patched .zip
28- /tmp/onnxruntime-linux -aarch64-glibc2_17-Release-1.17.1-patched .zip
29- /star-fj/fangjun/download/github/onnxruntime-linux -aarch64-glibc2_17-Release-1.17.1-patched .zip
25+ $ENV{HOME} /Downloads/onnxruntime-linux -aarch64-glibc2_17-Release-1.23.2 .zip
26+ ${CMAKE_SOURCE_DIR } /onnxruntime-linux -aarch64-glibc2_17-Release-1.23.2 .zip
27+ ${CMAKE_BINARY_DIR } /onnxruntime-linux -aarch64-glibc2_17-Release-1.23.2 .zip
28+ /tmp/onnxruntime-linux -aarch64-glibc2_17-Release-1.23.2 .zip
29+ /star-fj/fangjun/download/github/onnxruntime-linux -aarch64-glibc2_17-Release-1.23.2 .zip
3030)
3131
3232foreach (f IN LISTS possible_file_locations)
0 commit comments