Skip to content

Commit 38a6618

Browse files
authored
Update update-results.yml
1 parent b180ff7 commit 38a6618

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
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Run MLPerf Inference Submission Checker and generate results summary
3232
run: |
33-
cm run script --tags=run,mlperf,inference,submission-checker,_short-run --src_version=v4.1 --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)
33+
cm run script --tags=run,mlperf,inference,submission-checker,_short-run --src_version=v4.1 --repo_name=${{ github.event.repository.name }} --repo_owner=${{ github.repository_owner }} --repo_branch=${{ github.ref_name }} --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)
3434
cm run script --tags=convert,from-csv,to-md --csv_file=summary.csv --md_file=README.md
3535
3636
USER="GitHub Action"

0 commit comments

Comments
 (0)