diff --git a/.github/workflows/test-cmx-image-classification-onnx.yml b/.github/workflows/test-cmx-image-classification-onnx.yml index 360628c06..7ff5d8e6a 100644 --- a/.github/workflows/test-cmx-image-classification-onnx.yml +++ b/.github/workflows/test-cmx-image-classification-onnx.yml @@ -28,8 +28,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python3 -m pip install cmind - cmx pull repo --url=https://github.com/mlcommons/cm4mlops + python3 -m pip install cmx4mlops cmx test core - name: Test image classification with ONNX run: | diff --git a/.github/workflows/test-cmx-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.yml b/.github/workflows/test-cmx-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.yml index 58eee6526..c7d549be4 100644 --- a/.github/workflows/test-cmx-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.yml +++ b/.github/workflows/test-cmx-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.yml @@ -30,18 +30,18 @@ jobs: - os: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - 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 cmx4mlops - name: Configure git longpaths (Windows) if: matrix.os == 'windows-latest' run: | git config --system core.longpaths true - - name: Install dependencies - run: | - pip install cmx4mlops - name: Test MLPerf Inference Bert ${{ matrix.backend }} on ${{ matrix.os }} if: matrix.os == 'windows-latest' run: | diff --git a/.github/workflows/test-cmx-mlperf-inference-resnet50.yml b/.github/workflows/test-cmx-mlperf-inference-resnet50.yml index 16bd2f630..5c681943a 100644 --- a/.github/workflows/test-cmx-mlperf-inference-resnet50.yml +++ b/.github/workflows/test-cmx-mlperf-inference-resnet50.yml @@ -35,13 +35,13 @@ jobs: uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} + - name: Install dependencies + run: | + python3 -m pip install cmx4mlops - name: Configure git longpaths (Windows) if: matrix.os == 'windows-latest' run: | git config --system core.longpaths true - - name: Install dependencies - run: | - pip install cmx4mlops - name: Test MLPerf Inference ResNet50 (Windows) if: matrix.os == 'windows-latest' run: | diff --git a/.github/workflows/test-cmx-mlperf-inference-rgat.yml b/.github/workflows/test-cmx-mlperf-inference-rgat.yml index 1eceafef4..fd242ff8e 100644 --- a/.github/workflows/test-cmx-mlperf-inference-rgat.yml +++ b/.github/workflows/test-cmx-mlperf-inference-rgat.yml @@ -20,18 +20,18 @@ jobs: implementation: [ "python" ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - 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 cmx4mlops - name: Configure git longpaths (Windows) if: matrix.os == 'windows-latest' run: | git config --system core.longpaths true - - name: Install dependencies - run: | - pip install cmx4mlops - name: Test MLPerf Inference R-GAT using ${{ matrix.backend }} on ${{ matrix.os }} run: | # cm run script --tags=run,mlperf,inference,generate-run-cmds,_submission,_short --submitter="MLCommons" --adr.inference-src.tags=_branch.dev --pull_changes=yes --pull_inference_changes=yes --submitter="MLCommons" --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/.github/workflows/test-cmx.yml b/.github/workflows/test-cmx.yml index c46d7cd06..e66f37b4a 100644 --- a/.github/workflows/test-cmx.yml +++ b/.github/workflows/test-cmx.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: CM test +name: CMX test on: pull_request: diff --git a/README.md b/README.md index 69fa3296e..158dcf656 100755 --- a/README.md +++ b/README.md @@ -140,6 +140,11 @@ Copyright (c) 2014-2021 cTuning foundation * [Grigori Fursin](https://cKnowledge.org/gfursin) (FlexAI, cTuning) +## Maintainers + +* CM, CM4MLOps and MLPerf automations: MLCommons +* CMX (the next generation of CM): Grigori Fursin + ## Long-term vision To learn more about the motivation behind CK and CM technology, please explore the following presentations: