-
Notifications
You must be signed in to change notification settings - Fork 23.2k
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
Pin sympy to 1.13.1 #133235
Pin sympy to 1.13.1 #133235
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/133235
Note: Links to docs will display an error until the docs builds have been completed. ❌ 11 New FailuresAs of commit 098848e with merge base 3128640 (): NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
1d32430
to
098848e
Compare
@clee2000 xpu Docker failures are not related to this PR and probably fixed by: pytorch/builder#1956 |
@pytorchbot merge -f "emergency land" |
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 |
cc @XuehaiPan since I think you did the last pinning and update for sympy? |
Sympy 1.13.2 release yesterday, and it results in test failures on windows and mac https://hud.pytorch.org/hud/pytorch/pytorch/454713fe9d11c3b70c28f1aaba74f5158f92d1ec/1?per_page=100 Hopefully these are the places it needs to get pinned Pull Request resolved: pytorch#133235 Approved by: https://github.com/atalman, https://github.com/ZainRizvi
* Update install_requirements.sh to use PT 20240814 https://hud.pytorch.org/pytorch/pytorch/commit/3a023a67c47bcde45538c9991e332d21ac548e46 To pick up fix in pytorch/pytorch#133235 * Update AO pin * Remove unwrapping tensor_subclass * Conditional subclass unwrap since aoti doesn't support tensor_subclass * Missed intialize entry point with conditional unwrap --------- Co-authored-by: Jesse White <5281939+byjlw@users.noreply.github.com>
Sympy 1.13.2 release yesterday, and it results in test failures on windows and mac https://hud.pytorch.org/hud/pytorch/pytorch/454713fe9d11c3b70c28f1aaba74f5158f92d1ec/1?per_page=100 Hopefully these are the places it needs to get pinned Pull Request resolved: pytorch#133235 Approved by: https://github.com/atalman, https://github.com/ZainRizvi
This reverts commit 864cd32. Revert "Pin sympy to 1.13.1 (pytorch#133235)" This reverts commit cf77a5e. pin sympy win test
…n sympy (#134489) * [Release Only] Disable failing tests in release * fix * skip_xla_op_test * ping_optree_win * Pin sympy to 1.13.1 (#133235) Sympy 1.13.2 release yesterday, and it results in test failures on windows and mac https://hud.pytorch.org/hud/pytorch/pytorch/454713fe9d11c3b70c28f1aaba74f5158f92d1ec/1?per_page=100 Hopefully these are the places it needs to get pinned Pull Request resolved: #133235 Approved by: https://github.com/atalman, https://github.com/ZainRizvi * fix sympy * Revert "fix sympy" This reverts commit 864cd32. Revert "Pin sympy to 1.13.1 (#133235)" This reverts commit cf77a5e. pin sympy win test --------- Co-authored-by: Catherine Lee <csl@fb.com>
Cherry pick pytorch#133235
Cherry pick pytorch#133235 Fixes SWDEV-473498
Cherry pick pytorch#133235 Fixes SWDEV-473498
`simpy` was pinned to version 1.13.1 due to test failures with version 1.13.2 on Windows and mac, as reported in #133235. Now that a newer version, 1.13.3, has been released, this PR aims to verify if the test failure has been resolved and also allow building with newer versions for packaging purposes (e.g., conda-forge/pytorch-cpu-feedstock#277 (comment)). Pull Request resolved: #138338 Approved by: https://github.com/Skylion007, https://github.com/malfet Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
Sympy 1.13.2 release yesterday, and it results in test failures on windows and mac
https://hud.pytorch.org/hud/pytorch/pytorch/454713fe9d11c3b70c28f1aaba74f5158f92d1ec/1?per_page=100
Hopefully these are the places it needs to get pinned