Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump onnxruntime to nightly 1.19.0-dev-20240621 #14

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions third-party/onnxruntime.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# onnxruntime
set(VERSION 1.18.0)
set(VERSION 1.19.0)
set(ONNX_VERSION v${VERSION})

MESSAGE("ONNX_VERSION=" ${ONNX_VERSION})
Expand All @@ -11,7 +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)
MESSAGE("ONNX_URL="${ONNX_URL})
MESSAGE("LIBARRY_NAME=" ${LIBRARY_NAME})

Expand Down
Loading