mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[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
This commit is contained in:
parent
32ffd70644
commit
df0ff34bcb
2 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
third_party/onnx
vendored
2
third_party/onnx
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit e192ba01e438d22ca2dedd7956e28e3551626c91
|
||||
Subproject commit ad834eb73ee0cd9b6fa9ea892caeed5fa17d7dc0
|
||||
Loading…
Reference in a new issue