Skip to content

Commit

Permalink
Merge pull request #3 from mlcommons/arjunsuresh-patch-1
Browse files Browse the repository at this point in the history
Update run-mlperf-inference-submission-checker.yml
  • Loading branch information
arjunsuresh authored Jan 8, 2025
2 parents 3615630 + f968e0e commit d4611aa
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=_branch.dev --quiet --extra_args=" --skip-extra-files-in-root-check" --submission_dir=./
git clone -b dev https://github.com/mlcommons/inference
python3 inference/tools/submission/submission_checker.py --input=./submission_dir --skip-extra-files-in-root-check

0 comments on commit d4611aa

Please sign in to comment.