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
upgrade onnxrt version
  • Loading branch information
anwang2009 committed Apr 11, 2022
commit de7d9406d2e63730b0f4525733beaba64afccb8d
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.9.0 \
onnxruntime==1.11.0 \
AndrewZhaoLuo marked this conversation as resolved.
Show resolved Hide resolved
onnxoptimizer==0.2.6

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