File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -207,9 +207,8 @@ jobs:
207207 working-directory : benchmark
208208 run : |
209209 echo "Run torchbench"
210- touch gaudi_hpu_benchmark.json
211- # python run_benchmark.py test_bench --accuracy --device hpu --test eval \
212- # --output gaudi_hpu_benchmark.json
210+ python run_benchmark.py test_bench --accuracy --device hpu --test eval \
211+ --output gaudi_hpu_benchmark.json
213212
214213 - name : Upload the benchmark report file
215214 id : upload-report
@@ -224,7 +223,7 @@ jobs:
224223 - name : Write to workflow job summary
225224 run : |
226225 echo "Write to workflow job summary"
227- # python .ci/benchmark.py --write-gh-job-summary --path benchmark/gaudi_hpu_benchmark.json
226+ python .ci/benchmark.py --write-gh-job-summary --path benchmark/gaudi_hpu_benchmark.json
228227
229228 - name : Write to workflow job summary
230229 run : |
You can’t perform that action at this time.
0 commit comments