Skip to content

Commit 375ff93

Browse files
authored
Merge pull request #9 from ctuning/dev
clean up
2 parents 3ce9530 + a187f49 commit 375ff93

6 files changed

+18
-14
lines changed

.github/workflows/test-cmx-image-classification-onnx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies
3030
run: |
31-
python3 -m pip install cmind
32-
cmx pull repo --url=https://github.com/mlcommons/cm4mlops
31+
python3 -m pip install cmx4mlops
3332
cmx test core
3433
- name: Test image classification with ONNX
3534
run: |

.github/workflows/test-cmx-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ jobs:
3030
- os: windows-latest
3131

3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
- name: Set up Python ${{ matrix.python-version }}
3535
uses: actions/setup-python@v3
3636
with:
3737
python-version: ${{ matrix.python-version }}
38+
- name: Install dependencies
39+
run: |
40+
python3 -m pip install cmx4mlops
3841
- name: Configure git longpaths (Windows)
3942
if: matrix.os == 'windows-latest'
4043
run: |
4144
git config --system core.longpaths true
42-
- name: Install dependencies
43-
run: |
44-
pip install cmx4mlops
4545
- name: Test MLPerf Inference Bert ${{ matrix.backend }} on ${{ matrix.os }}
4646
if: matrix.os == 'windows-latest'
4747
run: |

.github/workflows/test-cmx-mlperf-inference-resnet50.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
uses: actions/setup-python@v3
3636
with:
3737
python-version: ${{ matrix.python-version }}
38+
- name: Install dependencies
39+
run: |
40+
python3 -m pip install cmx4mlops
3841
- name: Configure git longpaths (Windows)
3942
if: matrix.os == 'windows-latest'
4043
run: |
4144
git config --system core.longpaths true
42-
- name: Install dependencies
43-
run: |
44-
pip install cmx4mlops
4545
- name: Test MLPerf Inference ResNet50 (Windows)
4646
if: matrix.os == 'windows-latest'
4747
run: |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
implementation: [ "python" ]
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}
2525
uses: actions/setup-python@v3
2626
with:
2727
python-version: ${{ matrix.python-version }}
28+
- name: Install dependencies
29+
run: |
30+
python3 -m pip install cmx4mlops
2831
- name: Configure git longpaths (Windows)
2932
if: matrix.os == 'windows-latest'
3033
run: |
3134
git config --system core.longpaths true
32-
- name: Install dependencies
33-
run: |
34-
pip install cmx4mlops
3535
- name: Test MLPerf Inference R-GAT using ${{ matrix.backend }} on ${{ matrix.os }}
3636
run: |
3737
# 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

.github/workflows/test-cmx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: CM test
4+
name: CMX test
55

66
on:
77
pull_request:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ Copyright (c) 2014-2021 cTuning foundation
140140

141141
* [Grigori Fursin](https://cKnowledge.org/gfursin) (FlexAI, cTuning)
142142

143+
## Maintainers
144+
145+
* CM, CM4MLOps and MLPerf automations: MLCommons
146+
* CMX (the next generation of CM): Grigori Fursin
147+
143148
## Long-term vision
144149

145150
To learn more about the motivation behind CK and CM technology, please explore the following presentations:

0 commit comments

Comments
 (0)