Skip to content

Commit

Permalink
Merge branch 'master' into inf-v4.1-results
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin authored Feb 5, 2025
2 parents d718ee9 + c514e9d commit f44f061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cmxr-mlperf-inference-rgat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install tabulate
- name: Pull MLOps repository
run: |
cmx run mlc pull repo mlcommons@mlperf-automations --branch=${{ github.event.pull_request.head.ref }}
cmx run mlc pull repo mlcommons@mlperf-automations --branch=main
- name: Test MLPerf Inference R-GAT using ${{ matrix.backend }} on ${{ matrix.os }}
run: |
cmxr --tags=run,mlperf,inference,generate-run-cmds,_submission,_short --adr.inference-src.tags=_branch.dev --pull_changes=yes --pull_inference_changes=yes --submitter="MLC" --hw_name=gh_${{ matrix.os }}_x86 --model=rgat --implementation=${{ matrix.implementation }} --backend=${{ matrix.backend }} --device=cpu --scenario=Offline --test_query_count=500 --adr.compiler.tags=gcc --category=datacenter --quiet --v --target_qps=1
Expand Down

0 comments on commit f44f061

Please sign in to comment.