Skip to content

Commit f44f061

Browse files
authored
Merge branch 'master' into inf-v4.1-results
2 parents d718ee9 + c514e9d commit f44f061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-cmxr-mlperf-inference-rgat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install tabulate
3535
- name: Pull MLOps repository
3636
run: |
37-
cmx run mlc pull repo mlcommons@mlperf-automations --branch=${{ github.event.pull_request.head.ref }}
37+
cmx run mlc pull repo mlcommons@mlperf-automations --branch=main
3838
- name: Test MLPerf Inference R-GAT using ${{ matrix.backend }} on ${{ matrix.os }}
3939
run: |
4040
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

0 commit comments

Comments
 (0)