-
Notifications
You must be signed in to change notification settings - Fork 24.2k
[ONNX] Create empty opset 17 symbolic file #83287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The PR creates an empty symbolic file to house the new ops defined in ONNX 17. It also increments the max version to 17 and fixes the doc for version 16. [ghstack-poisoned]
🔗 Helpful links
✅ No Failures (0 Pending)As of commit ca29d0c (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
The PR creates an empty symbolic file to house the new ops defined in ONNX 17. It also increments the max version to 17 and fixes the doc for version 16. [ghstack-poisoned]
The PR - Creates an empty symbolic file to house the new ops defined in ONNX 17 - Increments the max version to 17 and fixes the doc for version 16 - Enables tests for opset 17 [ghstack-poisoned]
The PR - Creates an empty symbolic file to house the new ops defined in ONNX 17 - Increments the max version to 17 and fixes the doc for version 16 - Enables tests for opset 17 [ghstack-poisoned]
The PR - Creates an empty symbolic file to house the new ops defined in ONNX 17 - Increments the max version to 17 and fixes the doc for version 16 - Enables tests for opset 17 [ghstack-poisoned]
The PR - Creates an empty symbolic file to house the new ops defined in ONNX 17 - Increments the max version to 17 and fixes the doc for version 16 - Enables tests for opset 17 [ghstack-poisoned]
The PR - Creates an empty symbolic file to house the new ops defined in ONNX 17 - Increments the max version to 17 and fixes the doc for version 16 - Enables tests for opset 17 - Updates the IR version in `export.cpp` [ghstack-poisoned]
The PR - Creates an empty symbolic file to house the new ops defined in ONNX 17 - Increments the max version to 17 and fixes the doc for version 16 - Enables tests for opset 17 - Updates the IR version in `export.cpp` [ghstack-poisoned]
The PR creates an empty symbolic file to house the new ops defined in ONNX 17. It also increments the max version to 17 and fixes the doc for version 16. ghstack-source-id: fcf7555 Pull Request resolved: pytorch#83287
The PR - Creates an empty symbolic file to house the new ops defined in ONNX 17 - Increments the max version to 17 and fixes the doc for version 16 - Enables tests for opset 17 - Updates the IR version in `export.cpp` [ghstack-poisoned]
The PR - Creates an empty symbolic file to house the new ops defined in ONNX 17 - Increments the max version to 17 and fixes the doc for version 16 - Enables tests for opset 17 - Updates the IR version in `export.cpp` [ghstack-poisoned]
@@ -2,7 +2,7 @@ | |||
|
|||
ONNX_ARCHIVE_MODEL_PROTO_NAME = "__MODEL_PROTO" | |||
onnx_default_opset = 13 | |||
onnx_main_opset = 16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we make a note of newly updated main opsets anywhere in the documentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not that I know of. onnx_main_opset is an internal value that tracks the latest onnx opset version. Any suggestions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍻
cc @BowenBao |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Still think we should discuss further the difference between tested and supported opsets versions, but this PR is about opset 17, so that is fine
I still cant understand why we wouldn't test an opset that is supported by the source-code.
@pytorchbot rebase |
@pytorchbot successfully started a rebase job. Check the current status here |
Rebase failed due to Command
Raised by https://github.com/pytorch/pytorch/actions/runs/2885076323 |
@pytorchbot merge -g |
@pytorchbot successfully started a merge job. Check the current status here. |
Merge failed |
I will rebase and merge |
The PR - Creates an empty symbolic file to house the new ops defined in ONNX 17 - Increments the max version to 17 and fixes the doc for version 16 - Enables tests for opset 17 - Updates the IR version in `export.cpp` [ghstack-poisoned]
@pytorchbot merge -g |
@pytorchbot successfully started a merge job. Check the current status here. |
Summary: The PR - Creates an empty symbolic file to house the new ops defined in ONNX 17 - Increments the max version to 17 and fixes the doc for version 16 - Enables tests for opset 17 - Updates the IR version in `export.cpp` Pull Request resolved: #83287 Approved by: https://github.com/thiagocrepaldi, https://github.com/AllenTiTaiWang, https://github.com/BowenBao Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/05849eafb92def1c0071d5a7b0bb782360145cbb Reviewed By: atalman Differential Revision: D38853638 fbshipit-source-id: b57486aaaf67e35604379701b8ffdd9db6d204ba
Stack from ghstack (oldest at bottom):
The PR
export.cpp