Skip to content

Commit

Permalink
chore: use stable onnx runtime version (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: vansangpfiev <[email protected]>
  • Loading branch information
vansangpfiev and sangjanai authored Jun 28, 2024
1 parent 33f0b4d commit bb1090d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third-party/onnxruntime.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# onnxruntime
set(VERSION 1.19.0)
set(VERSION 1.18.0)
set(ONNX_VERSION v${VERSION})

MESSAGE("ONNX_VERSION=" ${ONNX_VERSION})
Expand All @@ -11,9 +11,9 @@ else()
set(LIBRARY_NAME Microsoft.ML.OnnxRuntime.DirectML.${VERSION}.zip)
endif()

# set(ONNX_URL https://github.com/microsoft/onnxruntime/releases/download/${ONNX_VERSION}/${LIBRARY_NAME})
set(ONNX_URL https://github.com/microsoft/onnxruntime/releases/download/${ONNX_VERSION}/${LIBRARY_NAME})
# use nightly build
set(ONNX_URL https://se1vsblobprodcus349.vsblob.vsassets.io/b-bc038106a83b4dab9dd35a41bc58f34c/394DCC8ACF9F9E3D56F2311BDCDA5C07F0662C463E6A03EBA3B7638D5AFB651E00.blob?sv=2019-07-07&sr=b&si=1&sig=vWmFA1lP8T5zOIDdXlKUB3BvXxaKkuM5HlkaOyHeRz8%3D&spr=https&se=2024-06-25T06%3A40%3A35Z&rscl=x-e2eid-e893b2c0-06fc4f39-bd9baccc-7d9fb9bb-session-e893b2c0-06fc4f39-bd9baccc-7d9fb9bb&rscd=attachment%3B%20filename%3D%22Microsoft.ML.OnnxRuntime.DirectML.1.19.0-dev-20240621-0444-69d522f4e9.nupkg%22&P1=1719225635&P2=1&P3=2&P4=LRUqgcGvSbiUrJgeGSR6TV3kcGSYjxGjlKwis6IbYwM%3d)
# set(ONNX_URL https://se1vsblobprodcus349.vsblob.vsassets.io/b-bc038106a83b4dab9dd35a41bc58f34c/394DCC8ACF9F9E3D56F2311BDCDA5C07F0662C463E6A03EBA3B7638D5AFB651E00.blob?sv=2019-07-07&sr=b&si=1&sig=vWmFA1lP8T5zOIDdXlKUB3BvXxaKkuM5HlkaOyHeRz8%3D&spr=https&se=2024-06-25T06%3A40%3A35Z&rscl=x-e2eid-e893b2c0-06fc4f39-bd9baccc-7d9fb9bb-session-e893b2c0-06fc4f39-bd9baccc-7d9fb9bb&rscd=attachment%3B%20filename%3D%22Microsoft.ML.OnnxRuntime.DirectML.1.19.0-dev-20240621-0444-69d522f4e9.nupkg%22&P1=1719225635&P2=1&P3=2&P4=LRUqgcGvSbiUrJgeGSR6TV3kcGSYjxGjlKwis6IbYwM%3d)
MESSAGE("ONNX_URL="${ONNX_URL})
MESSAGE("LIBARRY_NAME=" ${LIBRARY_NAME})

Expand Down

0 comments on commit bb1090d

Please sign in to comment.