-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Restore DILL_AVAILABLE for backwards compat with torchdata #122616
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/122616
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 2 Unrelated FailuresAs of commit dce7bc2 with merge base failed to retrieve merge base, please contact dev infra: NEW FAILURE - The following job has failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Signed-off-by: Edward Z. Yang <[email protected]> ghstack-source-id: d3c295c Pull Request resolved: #122616
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 2 checks: pull / before-test / llm-retrieval, trunk / before-test / llm-retrieval 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 -i |
Merge startedYour change will be merged while ignoring the following 3 checks: .github/workflows/pull.yml / before-test / llm-retrieval, .github/workflows/pull.yml / linux-focal-py3_8-clang9-xla / test (xla, 1, 1, linux.12xlarge), .github/workflows/trunk.yml / before-test / llm-retrieval 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 -f "Unrelated failure" |
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 |
Signed-off-by: Edward Z. Yang <[email protected]> Pull Request resolved: #122616 Approved by: https://github.com/peterbell10
Is there any workaround for this issue if working with torch 2.3.0? |
I would expect that you can work around this by doing the imports this way, not ideal though: import torch
torch.utils.data.datapipes.utils.common.DILL_AVAILABLE = torch.utils._import_utils.dill_available()
import torchdata |
Thanks, It worked! |
@pytorchbot cherry-pick --onto release/2.3 -c regression --fixes #124907 |
Signed-off-by: Edward Z. Yang <[email protected]> Pull Request resolved: #122616 Approved by: https://github.com/peterbell10 (cherry picked from commit f428183)
Cherry picking #122616The cherry pick PR is at #126094 and it is linked with issue #124907 Details for Dev Infra teamRaised by workflow job |
Restore DILL_AVAILABLE for backwards compat with torchdata (#122616) Signed-off-by: Edward Z. Yang <[email protected]> Pull Request resolved: #122616 Approved by: https://github.com/peterbell10 (cherry picked from commit f428183) Co-authored-by: Edward Z. Yang <[email protected]>
FileNotFoundError: Cannot find DGL C++ graphbolt library at /usr/local/lib/python3.10/dist-packages/dgl/graphbolt/libgraphbolt_pytorch_2.3.0.so |
Stack from ghstack (oldest at bottom):
Signed-off-by: Edward Z. Yang [email protected]
cc @albanD