mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[ONNX] bump onnx submodule to rel-1.15.0 (#110663)
- onnx==1.15.0rc1 - onnxscript==0.1.0.dev20231006 - ort-nightly==1.17.0.dev20231005001 Pull Request resolved: https://github.com/pytorch/pytorch/pull/110663 Approved by: https://github.com/ezyang, https://github.com/thiagocrepaldi
This commit is contained in:
committed by
PyTorch MergeBot
parent
3a29cdc5e6
commit
7f2d25c547
@ -16,7 +16,7 @@ pip_install \
|
|||||||
mock==5.0.1 \
|
mock==5.0.1 \
|
||||||
ninja==1.10.2 \
|
ninja==1.10.2 \
|
||||||
networkx==2.0 \
|
networkx==2.0 \
|
||||||
numpy==1.22.4
|
numpy==1.24.2
|
||||||
|
|
||||||
# ONNXRuntime should be installed before installing
|
# ONNXRuntime should be installed before installing
|
||||||
# onnx-weekly. Otherwise, onnx-weekly could be
|
# onnx-weekly. Otherwise, onnx-weekly could be
|
||||||
@ -29,10 +29,10 @@ pip_install \
|
|||||||
transformers==4.32.1
|
transformers==4.32.1
|
||||||
|
|
||||||
pip_install coloredlogs packaging
|
pip_install coloredlogs packaging
|
||||||
retry pip_install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ --no-cache-dir --no-input ort-nightly==1.16.0.dev20230912006
|
retry pip_install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ --no-cache-dir --no-input ort-nightly==1.17.0.dev20231005006
|
||||||
|
|
||||||
pip_install onnx==1.14.1
|
pip_install -i https://test.pypi.org/simple/ onnx==1.15.0rc1
|
||||||
pip_install onnxscript==0.1.0.dev20230912 --no-deps
|
pip_install onnxscript==0.1.0.dev20231006 --no-deps
|
||||||
|
|
||||||
# Cache the transformers model to be used later by ONNX tests. We need to run the transformers
|
# Cache the transformers model to be used later by ONNX tests. We need to run the transformers
|
||||||
# package to download the model. By default, the model is cached at ~/.cache/huggingface/hub/
|
# package to download the model. By default, the model is cached at ~/.cache/huggingface/hub/
|
||||||
|
2
third_party/onnx
vendored
2
third_party/onnx
vendored
Submodule third_party/onnx updated: 1014f41f17...0c296085f9
23
third_party/onnx.BUILD
vendored
23
third_party/onnx.BUILD
vendored
@ -48,22 +48,7 @@ cc_library(
|
|||||||
[
|
[
|
||||||
"onnx/*.cc",
|
"onnx/*.cc",
|
||||||
"onnx/common/*.cc",
|
"onnx/common/*.cc",
|
||||||
"onnx/defs/*.cc",
|
"onnx/defs/**/*.cc",
|
||||||
"onnx/defs/controlflow/*.cc",
|
|
||||||
"onnx/defs/experiments/*.cc",
|
|
||||||
"onnx/defs/generator/*.cc",
|
|
||||||
"onnx/defs/logical/*.cc",
|
|
||||||
"onnx/defs/math/*.cc",
|
|
||||||
"onnx/defs/nn/*.cc",
|
|
||||||
"onnx/defs/object_detection/*.cc",
|
|
||||||
"onnx/defs/optional/*.cc",
|
|
||||||
"onnx/defs/quantization/*.cc",
|
|
||||||
"onnx/defs/reduction/*.cc",
|
|
||||||
"onnx/defs/rnn/*.cc",
|
|
||||||
"onnx/defs/sequence/*.cc",
|
|
||||||
"onnx/defs/tensor/*.cc",
|
|
||||||
"onnx/defs/traditionalml/*.cc",
|
|
||||||
"onnx/defs/training/defs.cc",
|
|
||||||
"onnx/shape_inference/*.cc",
|
"onnx/shape_inference/*.cc",
|
||||||
"onnx/version_converter/*.cc",
|
"onnx/version_converter/*.cc",
|
||||||
],
|
],
|
||||||
@ -75,11 +60,7 @@ cc_library(
|
|||||||
"onnx/*.h",
|
"onnx/*.h",
|
||||||
"onnx/version_converter/*.h",
|
"onnx/version_converter/*.h",
|
||||||
"onnx/common/*.h",
|
"onnx/common/*.h",
|
||||||
"onnx/defs/*.h",
|
"onnx/defs/**/*.h",
|
||||||
"onnx/defs/math/*.h",
|
|
||||||
"onnx/defs/controlflow/*.h",
|
|
||||||
"onnx/defs/reduction/*.h",
|
|
||||||
"onnx/defs/tensor/*.h",
|
|
||||||
"onnx/shape_inference/*.h",
|
"onnx/shape_inference/*.h",
|
||||||
"onnx/version_converter/adapters/*.h",
|
"onnx/version_converter/adapters/*.h",
|
||||||
]) + [
|
]) + [
|
||||||
|
Reference in New Issue
Block a user