Skip to content

Commit

Permalink
Disabling inf2 benchmarks as they are failing (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal committed Oct 31, 2023
1 parent ada7856 commit c56a702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
hardware: [cpu, gpu, inf1, inf2]
hardware: [cpu, gpu, inf1]
runs-on:
- self-hosted
- ${{ matrix.hardware }}
Expand Down

0 comments on commit c56a702

Please sign in to comment.