Skip to content

Commit 7619677

Browse files
author
reuvenp
committed
Merge remote-tracking branch 'origin/main' into refactor-fusing
2 parents 7c52939 + 1596eff commit 7619677

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run_pytorch_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sed -i "/mct-quantizers/c\mct-quantizers-nightly" requirements.txt
2525
python -m pip install --upgrade pip
2626
pip install -r requirements.txt
27-
pip install torch==${{ inputs.torch-version }} torchvision onnx onnxruntime onnxruntime-extensions
27+
pip install torch==${{ inputs.torch-version }} torchvision onnx onnxruntime "onnxruntime-extensions<0.14"
2828
pip install pytest pytest-mock
2929
pip check
3030
- name: Run unittests

.github/workflows/run_tests_suite_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
source torch_env/bin/activate
6666
python -m pip install --upgrade pip
6767
pip install -r requirements.txt
68-
pip install torch==2.0.* torchvision onnx onnxruntime onnxruntime-extensions sony-custom-layers coverage pytest pytest-mock
68+
pip install torch==2.0.* torchvision onnx onnxruntime "onnxruntime-extensions<0.14" sony-custom-layers coverage pytest pytest-mock
6969
7070
- name: Run PyTorch tests (unittest)
7171
run: |

tutorials/notebooks/mct_features_notebooks/pytorch/example_pytorch_export.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
{
4444
"cell_type": "code",
4545
"source": [
46-
"! pip install -q onnx onnxruntime onnxruntime-extensions"
46+
"! pip install -q onnx onnxruntime \"onnxruntime-extensions<0.14\""
4747
],
4848
"metadata": {
4949
"id": "qNddNV6TEsX0"

0 commit comments

Comments
 (0)