You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2022/08/02 16:24:05 UTC

[tvm] branch main updated: [Docker] Update onnxoptimizer to 0.2.7 (#12278)

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 <ni...@arm.com>
AuthorDate: Tue Aug 2 18:23:59 2022 +0200

    [Docker] Update onnxoptimizer to 0.2.7 (#12278)
    
    
    
    Co-authored-by: Christopher Sidebottom <ch...@arm.com>
---
 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!!!