Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Validate new ONNX 1.9.101 #735

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .azure-pipelines/linux-CI-keras-applications-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:
pip install git+https://github.com/qubvel/efficientnet
$(INSTALL_TRANSFORMERS)
pip install keras-self-attention
pip uninstall -y onnx
pip install -i https://test.pypi.org/simple/ onnx==1.9.101
displayName: 'Install dependencies'

- script: |
Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/linux-conda-CI-tf-keras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-dev.txt
$(INSTALL_ORT)
pip uninstall -y onnx
pip install -i https://test.pypi.org/simple/ onnx==1.9.101
displayName: 'Install dependencies'

- script: |
Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-dev.txt
$(INSTALL_ORT)
pip uninstall -y onnx
pip install -i https://test.pypi.org/simple/ onnx==1.9.101
displayName: 'Install dependencies'

- script: |
Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/win32-CI-keras-applications-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
pip install git+https://github.com/qubvel/efficientnet
%INSTALL_TRANSFORMERS%
pip install keras-self-attention
pip uninstall -y onnx
pip install -i https://test.pypi.org/simple/ onnx==1.9.101
displayName: 'Install dependencies'

- script: |
Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/win32-conda-CI-tf-keras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-dev.txt
%INSTALL_ORT%
pip uninstall -y onnx
pip install -i https://test.pypi.org/simple/ onnx==1.9.101
displayName: 'Install dependencies'

- script: |
Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/win32-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-dev.txt
%INSTALL_ORT%
pip uninstall -y onnx
pip install -i https://test.pypi.org/simple/ onnx==1.9.101
displayName: 'Install dependencies'

- script: |
Expand Down