Skip to content

Commit 1255ab3

Browse files
authored
Update update-results.yml
1 parent 7ee203f commit 1255ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Run MLPerf Inference Submission Checker and generate results summary
3333
run: |
34-
cm run script --tags=run,mlperf,inference,submission-checker --adr.inference-src.tags=_repo.https://github.com/GATEOverflow/inference --quiet --extra_args=" --skip-extra-files-in-root-check" --submission_dir=./ > >(tee -a out.txt) 2> >(tee -a checker_log.txt >&2)
34+
cm run script --tags=run,mlperf,inference,submission-checker --quiet --extra_args=" --skip-extra-files-in-root-check" --submission_dir=./ > >(tee -a out.txt) 2> >(tee -a checker_log.txt >&2)
3535
cm run script --tags=convert,from-csv,to-md --csv_file=summary.csv --md_file=README.md
3636
3737
USER="GitHub Action"

0 commit comments

Comments
 (0)