Skip to content

Commit

Permalink
Fix the repo for Update test-submission-checker.yml (#1705)
Browse files Browse the repository at this point in the history
* Fix the repo for Update test-submission-checker.yml

* Update test-submission-checker.yml
  • Loading branch information
arjunsuresh committed May 22, 2024
1 parent c7ef034 commit d76aa67
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 @@ -30,7 +30,7 @@ jobs:
run: |
python3 -m pip install cmind
cm pull repo mlcommons@ck
git clone https://github.com/mlcommons/inference_results_v4.0
git clone https://github.com/mlcommons/inference_results_v4.0 --depth 1
- name: Test MLPerf inference submission checker
run: |
cm run script --tags=run,mlperf,inference,submission,checker --input=`pwd`/inference_results_v4.0 --quiet
cm run script --tags=run,mlperf,inference,submission,checker --adr.inference-src.tags=_branch.${{ github.event.pull_request.head.ref }},_repo.${{ github.event.pull_request.head.repo.html_url }} --adr.inference-src.version=custom --input=`pwd`/inference_results_v4.0 --quiet

0 comments on commit d76aa67

Please sign in to comment.