We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15952d0 commit d0d38adCopy full SHA for d0d38ad
.github/workflows/benchmark_nightly.yml
@@ -55,7 +55,7 @@ jobs:
55
NEURON_RT_NUM_CORES: 1
56
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_neuronx.yaml --skip false
57
- name: Save benchmark artifacts
58
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
59
with:
60
name: nightly ${{ matrix.hardware }} artifact
61
path: /tmp/ts_benchmark
@@ -72,7 +72,7 @@ jobs:
72
- name: Update benchmark artifacts for auto validation
73
run: python benchmarks/utils/update_artifacts.py --output /tmp/ts_artifacts/${{ matrix.hardware }}_benchmark_validation
74
- name: Upload the updated benchmark artifacts for auto validation
75
76
77
name: ${{ matrix.hardware }}_benchmark_validation
78
path: /tmp/ts_artifacts
0 commit comments