AndrewZhaoLuo commented on code in PR #10949:
URL: https://github.com/apache/tvm/pull/10949#discussion_r847741008
##########
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:
Yeah you need to manually update CI containers. For now, just @pytest.skip
and give the reason. I'll DM you to deal with upgrading CI image.
--
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]