Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded ONNX version to 1.11.0 #2315

Merged
merged 3 commits into from
Jul 10, 2023
Merged
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
16 changes: 8 additions & 8 deletions Jenkins/Dockerfile.tf-torch-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -140,21 +140,21 @@ RUN python3 -m pip --no-cache-dir install \
ipython \
Jinja2==3.0.3 \
jupyter \
keras==2.2.4 \
keras==2.10.0 \
lmdb==1.2.1 \
matplotlib>=3 \
mock \
nbsphinx==0.8.12 \
numpy==1.19.5 \
onnx==1.10.0 \
numpy==1.21.0 \
onnx==1.11.0 \
onnxsim \
onnxruntime==1.10.0 \
onnxruntime==1.11.0 \
onnxruntime-extensions \
opencv-python \
Pillow==9.3.0 \
pluggy==0.12.0 \
progressbar2 \
protobuf==3.20.1 \
protobuf==3.19.2 \
psutil \
ptflops \
pybind11 \
Expand All @@ -172,9 +172,9 @@ RUN python3 -m pip --no-cache-dir install \
sphinx-jinja==1.1.1 \
sphinx-autodoc-typehints==1.6.0 \
sphinx-rtd-theme \
tensorboard==2.4.0 \
tensorboardX==2.4 \
tensorflow-cpu==2.4.3 \
tensorboard==2.10.1 \
tensorboardX==2.6 \
tensorflow-cpu==2.10.1 \
tensorflow-hub \
tensorflow-model-optimization \
tensorlayer==2.2.1 \
Expand Down
4 changes: 2 additions & 2 deletions Jenkins/Dockerfile.torch-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ RUN python3 -m pip --no-cache-dir install \
mock \
nbsphinx==0.8.12 \
'numpy<1.24,>=1.16.6' \
onnx==1.10.0 \
onnx==1.11.0 \
onnxsim \
onnxruntime==1.10.0 \
onnxruntime==1.11.0 \
onnxruntime-extensions \
opencv-python \
Pillow==9.3.0 \
Expand Down
4 changes: 2 additions & 2 deletions Jenkins/Dockerfile.torch-cpu-pt113
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ RUN python3 -m pip --no-cache-dir install \
mock \
nbsphinx==0.8.12 \
'numpy<1.24,>=1.20.5' \
onnx==1.10.0 \
onnx==1.11.0 \
onnxsim \
onnxruntime==1.10.0 \
onnxruntime==1.11.0 \
onnxruntime-extensions \
opencv-python \
Pillow==9.3.0 \
Expand Down
4 changes: 2 additions & 2 deletions Jenkins/Dockerfile.torch-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ RUN python3 -m pip --no-cache-dir install \
mock \
nbsphinx==0.8.12 \
'numpy<1.24,>=1.16.6' \
onnx==1.10.0 \
onnx==1.11.0 \
onnxsim \
onnxruntime==1.10.0 \
onnxruntime==1.11.0 \
onnxruntime-extensions \
opencv-python \
Pillow==9.3.0 \
Expand Down
4 changes: 2 additions & 2 deletions Jenkins/Dockerfile.torch-gpu-pt113
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ RUN python3 -m pip --no-cache-dir install \
mock \
nbsphinx==0.8.12 \
'numpy<1.24,>=1.20.5' \
onnx==1.10.0 \
onnx==1.11.0 \
onnxsim \
onnxruntime==1.10.0 \
onnxruntime==1.11.0 \
onnxruntime-extensions \
opencv-python \
Pillow==9.3.0 \
Expand Down
2 changes: 1 addition & 1 deletion packaging/dependencies/reqs_pip_tf_common.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bert-tensorflow
holoviews==1.12.7
numpy==1.20.0
numpy==1.21.0
protobuf==3.19.2
scikit-learn==1.1.3
tensorflow-hub
Expand Down
4 changes: 2 additions & 2 deletions packaging/dependencies/reqs_pip_torch_common.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
holoviews==1.12.7
matplotlib>=3
numpy<1.24,>=1.16.6
onnx==1.10.0
onnxruntime==1.10.0
onnx==1.11.0
onnxruntime==1.11.0
onnxruntime-extensions
onnxsim
protobuf==3.20.1
Expand Down
2 changes: 1 addition & 1 deletion packaging/dependencies/tf-torch-cpu/reqs_pip_tf_common.txt
2 changes: 1 addition & 1 deletion packaging/dependencies/tf-torch-cpu/reqs_pip_tf_cpu.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow-cpu==2.4.3
tensorflow-cpu==2.10.1

This file was deleted.

11 changes: 11 additions & 0 deletions packaging/dependencies/tf-torch-cpu/reqs_pip_torch_common.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
holoviews==1.12.7
matplotlib>=3
numpy<1.24,>=1.16.6
onnx==1.11.0
onnxruntime==1.11.0
onnxruntime-extensions
onnxsim
protobuf==3.19.2
psutil
scikit-learn==1.1.3
tensorboardX==2.4
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
holoviews==1.12.7
matplotlib>=3
numpy<1.24,>=1.16.6
onnx==1.10.0
onnxruntime==1.10.0
onnx==1.11.0
onnxruntime==1.11.0
onnxruntime-extensions
onnxsim
scikit-learn==1.1.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
holoviews==1.12.7
matplotlib>=3
numpy<1.24,>=1.16.6
onnx==1.10.0
onnxruntime==1.10.0
onnx==1.11.0
onnxruntime==1.11.0
onnxruntime-extensions
onnxsim
scikit-learn==1.1.3
Expand Down
Loading