-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[ONNX] Update fake mode usage in onnx docs #135512
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/135512
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 5 Unrelated FailuresAs of commit 90f6f27 with merge base cbc6b30 ( NEW FAILURE - The following job has failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
justinchuby
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.
Thanks!
|
@pytorchbot merge -f "all relevant tests passed" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
The release was cut: https://github.com/pytorch/pytorch/commits/release/2.5/ This may need cherry-picking @shubhambhokare1 |
|
@pytorchbot revert -c ignoredsignal -m "failing test https://github.com/pytorch/pytorch/actions/runs/10778813316/job/29891679127" |
|
@pytorchbot successfully started a revert job. Check the current status here. |
This reverts commit a13c118. Reverted #135512 on behalf of https://github.com/davidberard98 due to failing test https://github.com/pytorch/pytorch/actions/runs/10778813316/job/29891679127 ([comment](#135512 (comment)))
|
@shubhambhokare1 your PR has been successfully reverted. |
a412537 to
c6d6e7b
Compare
Co-authored-by: Justin Chu <[email protected]>
|
@pytorchbot merge -f "all relevant tests passed" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Update fake mode usage in onnx docs Pull Request resolved: pytorch#135512 Approved by: https://github.com/justinchuby Co-authored-by: Justin Chu <[email protected]> (cherry picked from commit 66db61f)
Update fake mode usage in onnx docs Pull Request resolved: pytorch#135512 Approved by: https://github.com/justinchuby
This reverts commit a13c118. Reverted pytorch#135512 on behalf of https://github.com/davidberard98 due to failing test https://github.com/pytorch/pytorch/actions/runs/10778813316/job/29891679127 ([comment](pytorch#135512 (comment)))
Update fake mode usage in onnx docs Pull Request resolved: pytorch#135512 Approved by: https://github.com/justinchuby Co-authored-by: Justin Chu <[email protected]>
…d Drop final None values as inputs for nodes in exporter graph (#135520) (#136005) * [ONNX] Update fake mode usage in onnx docs (#135512) Update fake mode usage in onnx docs Pull Request resolved: #135512 Approved by: https://github.com/justinchuby Co-authored-by: Justin Chu <[email protected]> (cherry picked from commit 66db61f) * [ONNX] Drop final None values as inputs for nodes in exporter graph (#135520) When value for an optional input is not provided, it is defaulted to `None`, which gets translates to "" in the onnx graph. To avoid this, if we have a list of inputs and the final few are all `None`, strip them in the graph. Pull Request resolved: #135520 Approved by: https://github.com/justinchuby Co-authored-by: Justin Chu <[email protected]> (cherry picked from commit e2f9a83)
Update fake mode usage in onnx docs