Skip to content

Commit

Permalink
Upgrading onnx version
Browse files Browse the repository at this point in the history
onnx==1.17.0
onnxruntime==1.18.1
onnxoptimizer==0.3.13

Signed-off-by: Shubham Laddha <shubhamladdha.15@gmail.com>
  • Loading branch information
Shubham Laddha committed Oct 25, 2024
1 parent 889fc6b commit ecd3b8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/install/ubuntu_install_onnx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ set -o pipefail
# https://github.com/onnx/onnx/pull/2834). When updating the CI image
# to onnx>=1.9, onnxoptimizer should also be installed.
pip3 install \
onnx==1.12.0 \
onnxruntime==1.12.1 \
onnxoptimizer==0.2.7
onnx==1.15.0 \
onnxruntime==1.15.1 \
onnxoptimizer==0.3.13

# torch depends on a number of other packages, but unhelpfully, does
# not expose that in the wheel!!!
Expand Down

0 comments on commit ecd3b8f

Please sign in to comment.