-
Notifications
You must be signed in to change notification settings - Fork 24.2k
[BE][Easy] Fix PYI001
: unprefixed-type-param in torch/utils/data/datapipes
#129885
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/129885
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (2 Unrelated Failures)As of commit f3035d4 with merge base 3c6c3b9 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but was 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. |
@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: 1 mandatory check(s) failed. The first few are: Dig deeper by viewing the failures on hud |
@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 |
This was reverted internally for breaking stateful dataloader, but that was already fixed in pytorch/data#1282 I will look on Friday how to proceed best, I'd prefer not reverting this PR and re-land it internally. cc @gokulavasan |
Internal breakages are being fixed internally. |
Stack from ghstack (oldest at bottom):
lintrunner
on generated.pyi
stub files in CI #129887torch/utils/data/datapipes/gen_pyi.py
withtorchgen
#129873PYI034
: non-self-return-type in tensor method hints #129886__all__
totorch/nn/functional.pyi
andtorch/return_types.pyi
#129872.pyi
stub files #129420black
version to 24.4.2 #129870PYI001
: unprefixed-type-param intorch/utils/data/datapipes
#129885cc @ezyang @gchanan @malfet @xuzhao9 @gramster