-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[ONNX] Remove unused logic from internal verification module #161449
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/161449
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ You can merge normally! (1 Unrelated Failure)As of commit 309a56e with merge base 378edb0 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: 82e23a0 Pull Request resolved: #161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: 82e23a0 Pull Request resolved: pytorch#161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: 20b866e Pull Request resolved: #161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: e0c6693 Pull Request resolved: #161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: 573a0a9 Pull Request resolved: #161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: b8eb1f7 Pull Request resolved: #161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: 64b0124 Pull Request resolved: #161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: eff90e2 Pull Request resolved: #161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: 1de47fe Pull Request resolved: #161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: b8accf2 Pull Request resolved: #161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: b8accf2 Pull Request resolved: pytorch#161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: 8e5129e Pull Request resolved: pytorch#161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: d1cf6fc Pull Request resolved: pytorch#161449
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: 4d8210f Pull Request resolved: pytorch#161449
titaiwangms
left a comment
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.
This is bc breaking.
The first PR breaks BC. This PR does the clean up |
Signed-off-by: Justin Chu <[email protected]> ghstack-source-id: fa72c2b Pull Request resolved: pytorch#161449
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 1 checks: trunk / macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
Starting merge as part of PR stack under #161546 |
Merge failedReason: Command Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 1 checks: trunk / macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Remove import of two functions - _run_symbolic_function - _run_symbolic_method to the `torch.onnx` namespace. Signed-off-by: Justin Chu <[email protected]> Pull Request resolved: #161546 Approved by: https://github.com/titaiwangms ghstack dependencies: #161323, #161449
…#161449) Signed-off-by: Justin Chu <[email protected]> Pull Request resolved: pytorch#161449 Approved by: https://github.com/xadupre, https://github.com/titaiwangms ghstack dependencies: pytorch#161323
Remove import of two functions - _run_symbolic_function - _run_symbolic_method to the `torch.onnx` namespace. Signed-off-by: Justin Chu <[email protected]> Pull Request resolved: pytorch#161546 Approved by: https://github.com/titaiwangms ghstack dependencies: pytorch#161323, pytorch#161449
…#161449) Signed-off-by: Justin Chu <[email protected]> Pull Request resolved: pytorch#161449 Approved by: https://github.com/xadupre, https://github.com/titaiwangms ghstack dependencies: pytorch#161323
Remove import of two functions - _run_symbolic_function - _run_symbolic_method to the `torch.onnx` namespace. Signed-off-by: Justin Chu <[email protected]> Pull Request resolved: pytorch#161546 Approved by: https://github.com/titaiwangms ghstack dependencies: pytorch#161323, pytorch#161449
Stack from ghstack (oldest at bottom):
Signed-off-by: Justin Chu [email protected]
cc @titaiwangms