Skip to content

Commit 594e5bd

Browse files
authored
Update update-results.yml
1 parent 60bfdf8 commit 594e5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-results.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Run MLPerf Inference Submission Checker and generate results summary
3939
run: |
40-
cm run script --tags=run,mlperf,inference,submission-checker --quiet --adr.inference-src.tags=_branch.dev --extra_args=" --skip-extra-files-in-root-check" --submission_dir=./ > >(tee -a out.txt) 2> >(tee -a checker_log.txt >&2)
40+
cm run script --tags=run,mlperf,inference,submission-checker --quiet --adr.inference-src.tags=_branch.dev --version=v5.0 --extra_args=" --skip-extra-files-in-root-check" --submission_dir=./ > >(tee -a out.txt) 2> >(tee -a checker_log.txt >&2)
4141
cm run script --tags=convert,from-csv,to-md --csv_file=summary.csv --md_file=README.md
4242
4343
git config --global user.name mlcommons-bot

0 commit comments

Comments
 (0)