This is an automated email from the ASF dual-hosted git repository.
mousius pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 2bfd52f885 [Docker] Update onnxoptimizer to 0.2.7 (#12278)
2bfd52f885 is described below
commit 2bfd52f8855eccb0515bb517cfdbc242029b4001
Author: Nicola Lancellotti <[email protected]>
AuthorDate: Tue Aug 2 18:23:59 2022 +0200
[Docker] Update onnxoptimizer to 0.2.7 (#12278)
Co-authored-by: Christopher Sidebottom <[email protected]>
---
docker/install/ubuntu_install_onnx.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/install/ubuntu_install_onnx.sh
b/docker/install/ubuntu_install_onnx.sh
index 6a41a55740..7bd15afd7e 100755
--- a/docker/install/ubuntu_install_onnx.sh
+++ b/docker/install/ubuntu_install_onnx.sh
@@ -29,7 +29,7 @@ set -o pipefail
pip3 install \
onnx==1.10.2 \
onnxruntime==1.9.0 \
- onnxoptimizer==0.2.6
+ onnxoptimizer==0.2.7
# torch depends on a number of other packages, but unhelpfully, does
# not expose that in the wheel!!!