Skip to content

Commit

Permalink
Merge branch 'master' into fix-typos-1
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal authored Sep 16, 2024
2 parents 4042ea6 + d0d38ad commit 6d5c6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
NEURON_RT_NUM_CORES: 1
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_neuronx.yaml --skip false
- name: Save benchmark artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nightly ${{ matrix.hardware }} artifact
path: /tmp/ts_benchmark
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Update benchmark artifacts for auto validation
run: python benchmarks/utils/update_artifacts.py --output /tmp/ts_artifacts/${{ matrix.hardware }}_benchmark_validation
- name: Upload the updated benchmark artifacts for auto validation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.hardware }}_benchmark_validation
path: /tmp/ts_artifacts
Expand Down

0 comments on commit 6d5c6b1

Please sign in to comment.