Skip to content

Commit 8ce15a3

Browse files
committed
Update
[ghstack-poisoned]
1 parent 2202ef1 commit 8ce15a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/scripts/test_model.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if ($LASTEXITCODE -ne 0) {
3838
}
3939

4040
# Run the runner
41-
& "$executorBinaryPath" --model_path="$(modelName).pte"
41+
& "$executorBinaryPath" --model_path="$modelName.pte"
4242
if ($LASTEXITCODE -ne 0) {
4343
Write-Host "Model execution failed. Exit code: $LASTEXITCODE."
4444
exit $LASTEXITCODE

.github/workflows/trunk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@ jobs:
983983
test-models-windows:
984984
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
985985
strategy:
986+
fail-fast: false
986987
matrix:
987988
model: [linear, add, add_mul, ic3, ic4, mv2, mv3, resnet18, resnet50, vit, w2l, mobilebert, emformer_join, emformer_transcribe]
988989
backend: [portable, xnnpack]

0 commit comments

Comments
 (0)