-
Notifications
You must be signed in to change notification settings - Fork 24.2k
Bump optree version to 0.13.0 to enable Python 3.13 and Python 3.13t support #137396
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/137396
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 4db48a0 with merge base 1dc1b85 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
…support ghstack-source-id: d45ddfc Pull Request resolved: pytorch#137396
…support ghstack-source-id: d45ddfc Pull Request resolved: pytorch#137396
…support ghstack-source-id: d45ddfc Pull Request resolved: pytorch#137396
…support ghstack-source-id: d45ddfc Pull Request resolved: pytorch#137396
…support ghstack-source-id: d45ddfc Pull Request resolved: pytorch#137396
…support ghstack-source-id: d45ddfc Pull Request resolved: pytorch#137396
…support ghstack-source-id: d45ddfc Pull Request resolved: pytorch#137396
…support ghstack-source-id: d45ddfc Pull Request resolved: pytorch#137396
…support ghstack-source-id: d45ddfc Pull Request resolved: pytorch#137396
…support ghstack-source-id: 86acf97 Pull Request resolved: pytorch#137396
…support ghstack-source-id: 86acf97 Pull Request resolved: pytorch#137396
…support ghstack-source-id: 86acf97 Pull Request resolved: pytorch#137396
…support ghstack-source-id: 86acf97 Pull Request resolved: pytorch#137396
…support ghstack-source-id: 54284c0 Pull Request resolved: pytorch#137396
…support ghstack-source-id: 54284c0 Pull Request resolved: pytorch#137396
…support ghstack-source-id: 54284c0 Pull Request resolved: pytorch#137396
…support ghstack-source-id: 54284c0 Pull Request resolved: pytorch#137396
…support ghstack-source-id: 54284c0 Pull Request resolved: pytorch#137396
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.
SGTM
And I can confirm that this upgrade fixes the following error for me locally
(most likely due to the older pybind11 used in the older optree versions) |
@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: 3 jobs have failed, first few of them are: windows-binary-conda / conda-py3_10-cuda11_8-test, windows-binary-conda / conda-py3_9-cuda11_8-test, windows-binary-wheel / wheel-py3_12-cpu-test Details for Dev Infra teamRaised by workflow job |
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 0 checks: Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
@pytorchbot merge -f "stuck at Windows CI queue" |
The merge job was canceled or timed out. This most often happen if two merge requests were issued for the same PR, or if merge job was waiting for more than 6 hours for tests to finish. In later case, please do not hesitate to reissue the merge command |
@pytorchbot merge -f "stuck at Windows CI queue" |
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 |
Stack from ghstack (oldest at bottom):
torch.utils.pytree
#137400tree_map
/tree_map_
#137399tree_flatten
/tree_unflatten
/tree_structure
#137398tree_iter
/tree_leaves
#137397dict
keys in insertion order in CXX pytree #130140cc @zou3519