anwang2009 commented on code in PR #10949:
URL: https://github.com/apache/tvm/pull/10949#discussion_r847758193


##########
docker/install/ubuntu_install_onnx.sh:
##########
@@ -28,7 +28,7 @@ set -o pipefail
 # to onnx>=1.9, onnxoptimizer should also be installed.
 pip3 install \
     onnx==1.10.2 \
-    onnxruntime==1.9.0 \
+    onnxruntime==1.11.0 \

Review Comment:
   Undid the change, turns out we still rely on 1.9.0 elsewhere in addition to 
TVM CI so modified the operator import to cover the older version of the op, 
left TODOs.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to