diff --git a/.github/workflows/test-cm-script-features.yml b/.github/workflows/test-cm-script-features.yml index 5da55a05e..a0c9216aa 100644 --- a/.github/workflows/test-cm-script-features.yml +++ b/.github/workflows/test-cm-script-features.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | python -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test CM Script Features diff --git a/.github/workflows/test-cm-scripts.yml b/.github/workflows/test-cm-scripts.yml index ad80958a3..0bf0a066a 100644 --- a/.github/workflows/test-cm-scripts.yml +++ b/.github/workflows/test-cm-scripts.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | python -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test CM Script Automation diff --git a/.github/workflows/test-cm-tutorial-retinanet.yml b/.github/workflows/test-cm-tutorial-retinanet.yml index 95fca5407..325e6357d 100644 --- a/.github/workflows/test-cm-tutorial-retinanet.yml +++ b/.github/workflows/test-cm-tutorial-retinanet.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies run: | python -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test CM Tutorial Retinanet diff --git a/.github/workflows/test-cm-tutorial-tvm-pip.yml b/.github/workflows/test-cm-tutorial-tvm-pip.yml index 77d421eaf..c5c230124 100644 --- a/.github/workflows/test-cm-tutorial-tvm-pip.yml +++ b/.github/workflows/test-cm-tutorial-tvm-pip.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies run: | python -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test CM Tutorial TVM pip install with VirtualMachine Runtime @@ -51,7 +51,8 @@ jobs: - name: Install dependencies run: | python -m pip install cmind - cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test CM Tutorial TVM pip install with GraphExecutor Runtime run: | diff --git a/.github/workflows/test-cm-tutorial-tvm.yml b/.github/workflows/test-cm-tutorial-tvm.yml index 073a61e6a..1c09c3da8 100644 --- a/.github/workflows/test-cm-tutorial-tvm.yml +++ b/.github/workflows/test-cm-tutorial-tvm.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | python -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test CM Tutorial TVM diff --git a/.github/workflows/test-cm.yml b/.github/workflows/test-cm.yml index e61112991..30b2162e2 100644 --- a/.github/workflows/test-cm.yml +++ b/.github/workflows/test-cm.yml @@ -34,7 +34,7 @@ jobs: cd cm python setup.py install python -m cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} - name: Lint with flake8 run: | @@ -63,7 +63,8 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install cmind - cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} - name: Test CM run: | python tests/test_cm.py diff --git a/.github/workflows/test-image-classification-onnx.yml b/.github/workflows/test-image-classification-onnx.yml index 55b90c853..461ec3b44 100644 --- a/.github/workflows/test-image-classification-onnx.yml +++ b/.github/workflows/test-image-classification-onnx.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | python3 -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test image classification with ONNX diff --git a/.github/workflows/test-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.yml b/.github/workflows/test-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.yml index f7ea0a180..d4aa0bc8d 100644 --- a/.github/workflows/test-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.yml +++ b/.github/workflows/test-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.yml @@ -37,7 +37,7 @@ jobs: - name: Install dependencies run: | python3 -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test MLPerf Inference Bert (DeepSparse, TF, ONNX, PyTorch) diff --git a/.github/workflows/test-mlperf-inference-gptj.yml b/.github/workflows/test-mlperf-inference-gptj.yml index 2664f06d6..c349d7eba 100644 --- a/.github/workflows/test-mlperf-inference-gptj.yml +++ b/.github/workflows/test-mlperf-inference-gptj.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: | python3 -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test MLPerf Inference GPTJ diff --git a/.github/workflows/test-mlperf-inference-mlcommons-cpp-resnet50.yml b/.github/workflows/test-mlperf-inference-mlcommons-cpp-resnet50.yml index 927fa2fb6..cb7661e65 100644 --- a/.github/workflows/test-mlperf-inference-mlcommons-cpp-resnet50.yml +++ b/.github/workflows/test-mlperf-inference-mlcommons-cpp-resnet50.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: | python3 -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm cm run script --quiet --tags=install,prebuilt,llvm --version=${{ matrix.llvm-version }} diff --git a/.github/workflows/test-mlperf-inference-resnet50.yml b/.github/workflows/test-mlperf-inference-resnet50.yml index dd1ab387d..6f64f6d92 100644 --- a/.github/workflows/test-mlperf-inference-resnet50.yml +++ b/.github/workflows/test-mlperf-inference-resnet50.yml @@ -36,7 +36,7 @@ jobs: - name: Install dependencies run: | python3 -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test MLPerf Inference ResNet50 diff --git a/.github/workflows/test-mlperf-inference-retinanet.yml b/.github/workflows/test-mlperf-inference-retinanet.yml index 055acfc89..1952846d2 100644 --- a/.github/workflows/test-mlperf-inference-retinanet.yml +++ b/.github/workflows/test-mlperf-inference-retinanet.yml @@ -34,7 +34,7 @@ jobs: - name: Install dependencies run: | python3 -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test MLPerf Inference Retinanet using ${{ matrix.backend }} diff --git a/.github/workflows/test-mlperf-inference-rnnt.yml b/.github/workflows/test-mlperf-inference-rnnt.yml index a6f8377ba..f0ec8f19a 100644 --- a/.github/workflows/test-mlperf-inference-rnnt.yml +++ b/.github/workflows/test-mlperf-inference-rnnt.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: | python3 -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test MLPerf Inference RNNT diff --git a/.github/workflows/test-mlperf-inference-tvm.yml b/.github/workflows/test-mlperf-inference-tvm.yml index 546404b70..76328db02 100644 --- a/.github/workflows/test-mlperf-inference-tvm.yml +++ b/.github/workflows/test-mlperf-inference-tvm.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: | python3 -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: MLPerf Inference ResNet50 using TVM diff --git a/.github/workflows/test-mlperf-loadgen-onnx-huggingface-bert-fp32-squad.yml b/.github/workflows/test-mlperf-loadgen-onnx-huggingface-bert-fp32-squad.yml index 5d0376efa..092addfb7 100644 --- a/.github/workflows/test-mlperf-loadgen-onnx-huggingface-bert-fp32-squad.yml +++ b/.github/workflows/test-mlperf-loadgen-onnx-huggingface-bert-fp32-squad.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | python3 -m pip install cmind -# cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} + # cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }} cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} cm run script --quiet --tags=get,sys-utils-cm - name: Test MLPerf loadgen with HuggingFace bert onnx fp32 squad model