Skip to content

Commit

Permalink
Update ONNX to support opset 18 (non stable release)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Crepaldi committed Oct 3, 2022
1 parent 1342baf commit f8ea18e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cgmanifests/generated/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "5a5f8a5935762397aa68429b5493084ff970f774",
"commitHash": "de2459972d3f834dba24a586982d1ffce5532e0b",
"repositoryUrl": "https://github.com/onnx/onnx.git"
},
"comments": "git submodule at cmake/external/onnx"
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/onnx
Submodule onnx updated 849 files
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mypy
pytest
setuptools>=41.4.0
wheel
onnx==1.12.0
git+http://github.com/onnx/onnx.git@de2459972d3f834dba24a586982d1ffce5532e0b#egg=onnx
protobuf==3.18.3
sympy==1.10.1
flatbuffers
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mypy
pytest
setuptools>=41.4.0
wheel>=0.35.1
onnx==1.12.0
git+http://github.com/onnx/onnx.git@de2459972d3f834dba24a586982d1ffce5532e0b#egg=onnx
argparse
sympy==1.10.1
flatbuffers
Expand Down

0 comments on commit f8ea18e

Please sign in to comment.