Skip to content

Commit a3e11d1

Browse files
authored
cmake: fix sha256 for onnxruntime linux x86_64 gpu package (k2-fsa#3042)
1 parent 07aa9cf commit a3e11d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/onnxruntime-linux-x86_64-gpu.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif()
2222
# Requres CUDA 12, cudnn 9
2323
set(onnxruntime_URL "https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.23.2/onnxruntime-linux-x64-gpu-1.23.2-patched.zip")
2424
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")
25+
set(onnxruntime_HASH "SHA256=e2f622513212304447e34512b99ae4eabb4fd8870dd1baac895f222179dede19")
2626

2727
# If you don't have access to the Internet,
2828
# please download onnxruntime to one of the following locations.

0 commit comments

Comments
 (0)