Skip to content

Commit 94bfbc0

Browse files
author
Grigori Fursin
committed
fixing workflows
1 parent 6003f91 commit 94bfbc0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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:
@@ -41,7 +41,7 @@ jobs:
4141
git config --system core.longpaths true
4242
- name: Install dependencies
4343
run: |
44-
python -m pip install cmx4mlops
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git config --system core.longpaths true
4242
- name: Install dependencies
4343
run: |
44-
python -m pip install cmx4mlops
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git config --system core.longpaths true
3232
- name: Install dependencies
3333
run: |
34-
python -m pip install cmx4mlops
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)