Skip to content

Commit 8b23f34

Browse files
authored
make partial export failure not stop cuda benchmark (#15939)
Before: When running CUDA benchmarks on multiple models, any model export failure would halt the entire benchmark job. After: With the new configuration, the benchmark job will continue for models that export successfully, even if some models fail to export.
1 parent 17744b7 commit 8b23f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cuda-perf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
needs:
180180
- set-parameters
181181
- export-models
182+
if: always()
182183
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
183184
permissions:
184185
id-token: write

0 commit comments

Comments
 (0)