Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ONNX] Add imports for BERT contrib operators #10949

Merged
merged 17 commits into from
Apr 13, 2022
Prev Previous commit
Next Next commit
no upgrade onnx
  • Loading branch information
anwang2009 committed Apr 11, 2022
commit 93aceb21fd23f4ae5e8d907ebd3a3d99869a5726
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_onnx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -o pipefail
# to onnx>=1.9, onnxoptimizer should also be installed.
pip3 install \
onnx==1.10.2 \
onnxruntime==1.11.0 \
onnxruntime==1.9.0 \
onnxoptimizer==0.2.6

# torch depends on a number of other packages, but unhelpfully, does
Expand Down