Skip to content

Commit a187f49

Browse files
author
Grigori Fursin
committed
clean up
1 parent 94bfbc0 commit a187f49

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/test-cmx-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.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-
python3 -m 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-
python3 -m 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
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-
python3 -m 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

0 commit comments

Comments
 (0)