Skip to content

Commit

Permalink
Update test-submission-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jan 16, 2025
1 parent 9d322cb commit e23c0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-submission-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install cm4mlops
git clone https://github.com/mlcommons/inference_results_v4.1 --depth 1
git clone https://github.com/mlcommons/mlperf_inference_unofficial_submissions_v5.0 --depth 1
- name: Test MLPerf inference submission checker
run: |
cm run script --tags=run,mlperf,inference,submission,checker --adr.inference-src.tags=_branch.$PR_HEAD_REF,_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src.version=custom --input=`pwd`/inference_results_v4.1 --src_version=v4.1 --extra_args=" --skip-extra-accuracy-files-check" --quiet
cm run script --tags=run,mlperf,inference,submission,checker --adr.inference-src.tags=_branch.$PR_HEAD_REF,_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src.version=custom --input=`pwd`/mlperf_inference_unofficial_submissions_v5.0 --src_version=v5.0 --extra_args=" --skip-extra-accuracy-files-check" --quiet

0 comments on commit e23c0f2

Please sign in to comment.