File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
63
63
- name : Configure CMake
64
64
run : |
65
- cmake --preset windows_x64_winml_relwithdebinfo -T cuda=${{ env.cuda_dir }}\\v${{ env.cuda_version }} -DWINML_SDK_VERSION='1.8.2088 '
65
+ cmake --preset windows_x64_winml_relwithdebinfo -T cuda=${{ env.cuda_dir }}\\v${{ env.cuda_version }} -DWINML_SDK_VERSION='1.8.2091 '
66
66
67
67
- name : Build with CMake
68
68
run : |
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ parameters:
66
66
- name : ort_winml_version
67
67
displayName : ' Microsoft.WindowsAppSDK.ML Version (should match CMakeList.txt)'
68
68
type : string
69
- default : ' 1.8.2088 '
69
+ default : ' 1.8.2091 '
70
70
71
71
- name : ort_cuda_version
72
72
displayName : ' OnnxRuntime GPU version'
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ parameters:
52
52
- name : ort_winml_version
53
53
displayName : ' Microsoft.WindowsAppSDK.ML Version (should match CMakeList.txt)'
54
54
type : string
55
- default : ' 1.8.2088 '
55
+ default : ' 1.8.2091 '
56
56
57
57
- name : cuda_versions
58
58
displayName : ' CUDA versions'
You can’t perform that action at this time.
0 commit comments