-
Notifications
You must be signed in to change notification settings - Fork 25.7k
fix the formatting of runtime error msg in prims _cat_meta #92124
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/92124
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 FailuresAs of commit 877a6b3: NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D42491648 |
|
/easycla |
|
@dshi7 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
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 |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: This PR is too stale; the last push date was more than 3 days ago. Please rebase and try again. You can rebase by leaving the following comment on this PR: Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
Summary:
easy fix on formatting. for example,
> BackendCompilerFailed: compile_fx raised RuntimeError: Sizes of tensors must match except in dimension 0. Expected {common_length} but got {length} for tensor number {tensor_idx} in the list
Reviewed By: Yuzhen11
Differential Revision: D42491648
fbshipit-source-id: 9209718b4efe5a2450128eb3b32fd95ce03b798e
|
Successfully rebased |
18cb434 to
877a6b3
Compare
|
@pytorchbot merge |
Merge failedReason: This PR has internal changes and must be landed via Phabricator Details for Dev Infra teamRaised by workflow job |
|
@dshi7 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@bigfootjon I don't think this is a correct signal, as it does not have any non-public changes in the diff |
|
I think the signal was just a bit slow to update, looks happy now |
|
@pytorchbot merge -f "Win failures are unrelated" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary:
easy fix on formatting. for example,
Reviewed By: Yuzhen11
Differential Revision: D42491648