Skip to content

Commit

Permalink
Fix building errors
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Dec 19, 2024
1 parent b713f86 commit ed66813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/onnxruntime-linux-aarch64-gpu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set(onnxruntime_URL2 "https://hf-mirror.com/csukuangfj/onnxruntime-libs/resolve/
if(v STREQUAL "1.11.0")
set(onnxruntime_HASH "SHA256=36eded935551e23aead09d4173bdf0bd1e7b01fdec15d77f97d6e34029aa60d7")
else()
set(onnxruntime_HASH "SHA256=6e671150318fb3634f09be8999236b3de6178e949cd91dc6c2c8a056c081cfdb")
set(onnxruntime_HASH "SHA256=4c09d5acf2c2682b4eab1dc2f1ad98fc1fde5f5f1960063e337983ba59379a4b")
endif()

# If you don't have access to the Internet,
Expand Down

0 comments on commit ed66813

Please sign in to comment.