Skip to content

Commit 55ccf7f

Browse files
committed
[HPU] Enable torchbench model level test for hpu bridge
1 parent 42820a2 commit 55ccf7f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/_gaudi_hpu_benchmark.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)