Skip to content

Commit

Permalink
chore: bump onnxruntime to nightly 1.19.0-dev-20240621 (#14)
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 24, 2024
1 parent a94f858 commit 33f0b4d
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit 33f0b4d

Please sign in to comment.