Skip to content

Commit

Permalink
Update run-mlperf-inference-submission-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jan 8, 2025
1 parent 5a57da9 commit da3d601
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-mlperf-inference-submission-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
python-version: [ "3.10" ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: submission_dir
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python3 -m pip install cm4mlops
- name: Run MLPerf Inference Submission Checker
run: |
cmr "run mlc mlcommons mlperf inference mlperf-inference submission checker submission-checker mlc-submission-checker" --adr.inference-src.tags=_repo.https://github.com/GATEOverflow/inference --quiet --extra_args=" --skip-extra-files-in-root-check" --submission_dir=./
git clone https://github.com/mlcommons/inference
python3 inference/tools/submission/submission_checker.py --input=./submission_dir

0 comments on commit da3d601

Please sign in to comment.