You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-results.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ jobs:
37
37
38
38
- name: Run MLPerf Inference Submission Checker and generate results summary
39
39
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)
41
41
cm run script --tags=convert,from-csv,to-md --csv_file=summary.csv --md_file=README.md
0 commit comments