Skip to content

Commit

Permalink
Fix submission checker version
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Sep 24, 2024
1 parent 03ebd45 commit fe5b4b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
python3 -m pip install cm4mlops
- name: Run MLPerf Inference Submission Checker
run: |
cm run script --tags=run,mlperf,inference,submission,checker,_short-run --adr.submission-checker-src.tags=_repo.https://github.com/gateoverflow/inference --version=r4.1 --quiet --extra_args=" --skip-extra-files-in-root-check" --submission_dir=./
cm run script --tags=run,mlperf,inference,submission,checker,_short-run --adr.submission-checker-src.tags=_repo.https://github.com/gateoverflow/inference --src_version=v4.1 --quiet --extra_args=" --skip-extra-files-in-root-check" --submission_dir=./

0 comments on commit fe5b4b8

Please sign in to comment.