Skip to content

Commit

Permalink
onnx tag v1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Liqun Fu <[email protected]>
  • Loading branch information
liqunfu committed Oct 2, 2024
1 parent df68fb6 commit 5303685
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cgmanifests/generated/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "6d77b808217f442170d105131836aa4820c0f43f",
"commitHash": "b8baa8446686496da4cc8fda09f2b6fe65c2a02c",
"repositoryUrl": "https://github.com/onnx/onnx.git"
},
"comments": "git submodule at cmake/external/onnx"
Expand Down
2 changes: 1 addition & 1 deletion cmake/deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ microsoft_gsl;https://github.com/microsoft/GSL/archive/refs/tags/v4.0.0.zip;cf36
microsoft_wil;https://github.com/microsoft/wil/archive/refs/tags/v1.0.230629.1.zip;e4a542a323c070376f7c2d1973d0f7ddbc1d2fa5
mimalloc;https://github.com/microsoft/mimalloc/archive/refs/tags/v2.1.1.zip;d5ee7d34223d0567892db5179849939c8769dc41
mp11;https://github.com/boostorg/mp11/archive/refs/tags/boost-1.82.0.zip;9bc9e01dffb64d9e0773b2e44d2f22c51aace063
onnx;https://github.com/onnx/onnx/archive/refs/tags/v1.16.1.zip;2eb9198bb352757d5ff13977cbe0634898e0837c
onnx;https://github.com/onnx/onnx/archive/refs/tags/v1.17.0.zip;13a60ac5217c104139ce0fd024f48628e7bcf5bc
# Use the latest commit of 10.4-GA-ORT-DDS
onnx_tensorrt;https://github.com/onnx/onnx-tensorrt/archive/9f98e2ebe7507fe0774d06a44bbf4b0e82cc9ce7.zip;1d92137f424513bce20033ab4fb31cc0be8d1185
protobuf;https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.zip;7cf2733949036c7d52fda017badcab093fe73bfa
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/onnx
Submodule onnx updated 1 files
+1 −1 VERSION_NUMBER
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
optimum>=1.14.1
transformers>=4.33.2,<= 4.38.0
torch>=2.2.0
onnx==1.16.1
onnx==1.17.0
datasets>=2.8.0
protobuf==3.20.2
psutil
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
onnx==1.16.1
onnx==1.17.0
transformers>=4.36.2
onnxscript>=0.1.0.dev20240126
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diffusers==0.28.0
transformers==4.41.2
numpy>=1.24.1
accelerate
onnx==1.16.0
onnx==1.17.0
coloredlogs
packaging
# Use newer version of protobuf might cause crash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ soundfile
librosa
optimum<=1.21.2
onnxruntime-extensions>=0.9.0
onnx==1.16.1
onnx==1.17.1
protobuf==3.20.2
numpy==1.23.3
psutil
Expand Down
2 changes: 1 addition & 1 deletion onnxruntime/test/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
onnx==1.16.1
onnx==1.17.0
pytest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mypy
pytest
setuptools>=68.2.2
wheel
onnx==1.16.1
onnx==1.17.0
protobuf==4.21.12
sympy==1.12
flatbuffers
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mypy
pytest
setuptools>=68.2.2
wheel
onnx==1.16.1
onnx==1.17.0
protobuf==4.21.12
sympy==1.12
flatbuffers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mypy
pytest
setuptools>=68.2.2
wheel
onnx==1.16.1
onnx==1.17.0
protobuf==4.21.12
sympy==1.12
flatbuffers
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ beartype==0.15.0
flatbuffers
cerberus
h5py
onnx==1.16.1
onnx==1.17.0
# Python dependencies required for pytorch development
astunparse
expecttest!=0.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mypy
pytest
setuptools>=68.2.2
wheel
onnx==1.16.1
onnx==1.17.0
protobuf==4.21.12
sympy==1.12
flatbuffers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mypy
pytest
setuptools==69.0.3
wheel==0.42.0
onnx==1.16.1
onnx==1.17.0
argparse
sympy==1.12
flatbuffers
Expand Down

0 comments on commit 5303685

Please sign in to comment.