Skip to content

Commit

Permalink
Deprecate inf1 nightly benchmarks (#2846)
Browse files Browse the repository at this point in the history
* Disable inf1 nightly benchmarks

* Retrigger tests

* Retrigger tests

---------

Co-authored-by: Ubuntu <[email protected]>
  • Loading branch information
sachanub and Ubuntu authored Dec 12, 2023
1 parent e5648a2 commit 50bafde
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .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, inf2]
runs-on:
- self-hosted
- ${{ matrix.hardware }}
Expand Down Expand Up @@ -49,11 +49,6 @@ jobs:
- name: Benchmark gpu nightly
if: ${{ matrix.hardware == 'gpu' }}
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_gpu.yaml --skip false
- name: Benchmark inf1 nightly
if: ${{ matrix.hardware == 'inf1' }}
env:
NEURON_RT_NUM_CORES: 4
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_neuron.yaml --skip false
- name: Benchmark inf2 nightly
if: ${{ matrix.hardware == 'inf2' }}
env:
Expand Down

0 comments on commit 50bafde

Please sign in to comment.