Skip to content

Commit

Permalink
Upgraded ONNX version to 1.11.0 (#2315)
Browse files Browse the repository at this point in the history
* upgrade onnx version to 1.11.0
* tf-cpu version is upgraded to 2.10.1 for tf-torch-cpu variant
* downgrade protobuf for tf-torch-cpu variant.

Signed-off-by: Mohit Prajapati <quic_mprajapa@quicinc.com>
  • Loading branch information
quic-mprajapa authored Jul 10, 2023
1 parent 4577215 commit d9b0775
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 26 deletions.
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

0 comments on commit d9b0775

Please sign in to comment.