From f1055dd3af12ab64e5e32f88b55b85cba72e6ec2 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 4 Jun 2021 10:17:54 -0600 Subject: [PATCH] Update ONNX versions --- docker/install/ubuntu_install_onnx.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker/install/ubuntu_install_onnx.sh b/docker/install/ubuntu_install_onnx.sh index a92a0244d707..8f462284c2ba 100755 --- a/docker/install/ubuntu_install_onnx.sh +++ b/docker/install/ubuntu_install_onnx.sh @@ -20,9 +20,10 @@ set -e set -u set -o pipefail -# fix to certain version for now -pip3 install onnx==1.6.0 -pip3 install onnxruntime==1.0.0 +# We need to fix the onnx version because changing versions tends to break tests +# TODO(mbrookhart): periodically update +pip3 install onnx==1.8.1 +pip3 install onnxruntime==1.7.0 # torch depends on a number of other packages, but unhelpfully, does # not expose that in the wheel!!!