We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07aa9cf commit a3e11d1Copy full SHA for a3e11d1
1 file changed
cmake/onnxruntime-linux-x86_64-gpu.cmake
@@ -22,7 +22,7 @@ endif()
22
# Requres CUDA 12, cudnn 9
23
set(onnxruntime_URL "https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.23.2/onnxruntime-linux-x64-gpu-1.23.2-patched.zip")
24
set(onnxruntime_URL2 "https://hf-mirror.com/csukuangfj/onnxruntime-libs/resolve/main/1.23.2/onnxruntime-linux-x64-gpu-1.23.2-patched.zip")
25
-set(onnxruntime_HASH "SHA256=1261de176e8d9d4d2019f8fa8c732c6d11494f3c6e73168ab6d2cc0903f22551")
+set(onnxruntime_HASH "SHA256=e2f622513212304447e34512b99ae4eabb4fd8870dd1baac895f222179dede19")
26
27
# If you don't have access to the Internet,
28
# please download onnxruntime to one of the following locations.
0 commit comments