Browse Source

#第一次提交

master
Administrator 1 year ago
parent
commit
2088807ebe
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cmake-local/onnx.cmake

+ 1
- 0
cmake-local/onnx.cmake

@ -1,3 +1,4 @@
set(ONNX_VERSION "1.12.0")
set(ONNX_URL "https://github.com/microsoft/onnxruntime/releases/download/v${ONNX_VERSION}/onnxruntime-linux-x64-${ONNX_VERSION}.tgz") set(ONNX_URL "https://github.com/microsoft/onnxruntime/releases/download/v${ONNX_VERSION}/onnxruntime-linux-x64-${ONNX_VERSION}.tgz")
set(URL_HASH "SHA256=5d503ce8540358b59be26c675e42081be14a3e833a5301926f555451046929c5") set(URL_HASH "SHA256=5d503ce8540358b59be26c675e42081be14a3e833a5301926f555451046929c5")
FetchContent_Declare(onnxruntime FetchContent_Declare(onnxruntime

Loading…
Cancel
Save