From df0ff34bcb419d158cfa95d8abb190cdaf0f751a Mon Sep 17 00:00:00 2001 From: BowenBao Date: Wed, 8 Mar 2023 11:48:48 -0800 Subject: [PATCH] [ONNX] Bump onnx submodule to release 1.13.1 from rc2 (#96325) Pull Request resolved: https://github.com/pytorch/pytorch/pull/96325 Approved by: https://github.com/justinchuby --- .ci/onnx/test.sh | 3 +-- third_party/onnx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.ci/onnx/test.sh b/.ci/onnx/test.sh index 0438779bb3c..6a3665bc535 100755 --- a/.ci/onnx/test.sh +++ b/.ci/onnx/test.sh @@ -61,8 +61,7 @@ if [[ "$BUILD_ENVIRONMENT" == *onnx* ]]; then pip install -q --user --no-use-pep517 "git+https://github.com/pytorch/vision.git@$(cat .github/ci_commit_pins/vision.txt)" pip install -q --user transformers==4.25.1 pip install -q --user ninja flatbuffers==2.0 numpy==1.22.4 onnxruntime==1.14.0 beartype==0.10.4 - # TODO: change this when onnx 1.13.1 is released. - pip install --no-use-pep517 'onnx @ git+https://github.com/onnx/onnx@e192ba01e438d22ca2dedd7956e28e3551626c91' + pip install -q --user onnx==1.13.1 # TODO: change this when onnx-script is on testPypi pip install 'onnx-script @ git+https://github.com/microsoft/onnx-script@29241e15f5182be1384f1cf6ba203d7e2e125196' # numba requires numpy <= 1.20, onnxruntime requires numpy >= 1.21. diff --git a/third_party/onnx b/third_party/onnx index e192ba01e43..ad834eb73ee 160000 --- a/third_party/onnx +++ b/third_party/onnx @@ -1 +1 @@ -Subproject commit e192ba01e438d22ca2dedd7956e28e3551626c91 +Subproject commit ad834eb73ee0cd9b6fa9ea892caeed5fa17d7dc0