Skip to content

Commit 12bf1c9

Browse files
committed
Update
[ghstack-poisoned]
1 parent 5866307 commit 12bf1c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/trunk.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -983,13 +983,14 @@ jobs:
983983
test-models-windows:
984984
if: ${{ inputs.build-tool == 'cmake' }}
985985
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
986+
strategy:
987+
matrix:
988+
model: [linear, add, add_mul, ic3, ic4, mv2, mv3, resnet18, resnet50, vit, w2l, mobilebert, emformer_join, emformer_transcribe]
989+
backend: [portable, xnnpack]
986990
with:
987991
submodules: 'recursive'
988992
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
989993
timeout: 60
990-
matrix:
991-
model: [linear, add, add_mul, ic3, ic4, mv2, mv3, resnet18, resnet50, vit, w2l, mobilebert, emformer_join, emformer_transcribe]
992-
backend: [portable, xnnpack]
993994
script: |
994995
conda init powershell
995996
powershell .ci/scripts/test_model.ps1 -modelName $model -backend $backend

0 commit comments

Comments
 (0)