diff --git a/.github/workflows/test-cmxr-mlperf-inference-rgat.yml b/.github/workflows/test-cmxr-mlperf-inference-rgat.yml index a5b4f0004..ca1478dc5 100644 --- a/.github/workflows/test-cmxr-mlperf-inference-rgat.yml +++ b/.github/workflows/test-cmxr-mlperf-inference-rgat.yml @@ -34,7 +34,7 @@ jobs: pip install tabulate - name: Pull MLOps repository run: | - cmx pull repo ${{ github.event.pull_request.head.repo.html_url }} --branch=${{ github.event.pull_request.head.ref }} + cmx run mlc pull repo ${{ github.event.pull_request.head.repo.html_url }} --branch=${{ github.event.pull_request.head.ref }} - 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 diff --git a/README.md b/README.md index 58805f8fa..8cee10529 100755 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ See the [online documentation](https://docs.mlcommons.org/inference) at MLCommons to run MLPerf inference benchmarks across diverse systems using CMX. Just install `pip install cmind` and substitute the following commands and flags: * `cm` -> `cmx` -* `mlc` -> `cmx` +* `mlc` -> `cmx run mlc` * `mlcr` -> `cmxr` * `-v` -> `--v` diff --git a/cm/README.md b/cm/README.md index 365bbdcd6..3c397ce1b 100644 --- a/cm/README.md +++ b/cm/README.md @@ -61,7 +61,7 @@ See the [online documentation](https://docs.mlcommons.org/inference) at MLCommons to run MLPerf inference benchmarks across diverse systems using CMX. Just install `pip install cmind` and substitute the following commands and flags: * `cm` -> `cmx` -* `mlc` -> `cmx` +* `mlc` -> `cmx run mlc` * `mlcr` -> `cmxr` * `-v` -> `--v`