-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Retry "[JIT] parse prim::Constant[value=annotate()] and prim::Constant[value={0}]" #77377
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
…t[value={0}]" Retry of #76875. It was reverted due to torchvision failures, but it turned out that the failures were caused by a different PR. irparser previously didn't support these, which would cause failures in log_extract.py [ghstack-poisoned]
🔗 Helpful links
✅ No Failures (2 Pending)As of commit 4a4691e (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. |
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.
Stamping to unblock.
This PR was reverted incorrectly as part of an investigation of a breakage in TorchVision. Apologies for the inconvenience caused to you David.
@pytorchbot merge this please |
Hey @davidberard98. |
…t[value={0}]" (#77377) Summary: Retry of #76875. It was reverted due to torchvision failures, but it turned out that the failures were caused by a different PR. irparser previously didn't support these, which would cause failures in log_extract.py Pull Request resolved: #77377 Approved by: https://github.com/datumbox Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/fa44e165ff5f616ae69c0d8dbca757f8d8a9159f Reviewed By: atalman Differential Revision: D36386459 Pulled By: davidberard98 fbshipit-source-id: b2ada187e94b8280020f4454e44981f6e45922e9
Stack from ghstack:
Retry of #76875. It was reverted
due to torchvision failures, but it turned out that the failures were
caused by a different PR.
irparser previously didn't support these, which would cause failures in
log_extract.py