Skip to content

Commit

Permalink
Retrigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 7, 2023
1 parent a89e1b5 commit 80259d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark_torch_compile_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
pip install -r benchmarks/requirements-ab.txt
- name: Benchmark gpu nightly
if: ${{ matrix.hardware == 'gpu' }}
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_torch_compile_gpu.yaml --skip false
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_torch_compile_gpu.yaml --skip false --nightly
- name: Save benchmark artifacts
uses: actions/upload-artifact@v2
with:
Expand All @@ -73,4 +73,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.hardware }}_torch_compile_benchmark_validation
path: /tmp/ts_artifacts
path: /tmp/ts_artifacts

0 comments on commit 80259d1

Please sign in to comment.