Skip to content

Commit 5c859a4

Browse files
authored
Update WinML version to 1.8.2091 (microsoft#1750)
1 parent 53d2bd6 commit 5c859a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/win-winml-x64-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Configure CMake
6464
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'
6666
6767
- name: Build with CMake
6868
run: |

.pipelines/nuget-publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ parameters:
6666
- name: ort_winml_version
6767
displayName: 'Microsoft.WindowsAppSDK.ML Version (should match CMakeList.txt)'
6868
type: string
69-
default: '1.8.2088'
69+
default: '1.8.2091'
7070

7171
- name: ort_cuda_version
7272
displayName: 'OnnxRuntime GPU version'

.pipelines/pypl-publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ parameters:
5252
- name: ort_winml_version
5353
displayName: 'Microsoft.WindowsAppSDK.ML Version (should match CMakeList.txt)'
5454
type: string
55-
default: '1.8.2088'
55+
default: '1.8.2091'
5656

5757
- name: cuda_versions
5858
displayName: 'CUDA versions'

0 commit comments

Comments
 (0)