-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[RelEng] Enable Py312 conda builds #114819
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/114819
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 7a478cd with merge base 0ced55e ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
[Edit] |
This reverts commit 95f4895. As sympy has been updated to 1.12 with python-3.12 support added see https://anaconda.org/anaconda/sympy/files?version=1.12
@pytorchbot merge -f “binary builds are green” |
❌ 🤖 pytorchbot command failed:
Try |
@pytorchbot merge -f "binary builds are green" |
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 |
Currently there is a chicken and egg problem with enabling triton builds for the platform, as package depends on `torch`, so I can only submit this change few days after #114819
Currently there is a chicken and egg problem with enabling triton builds for the platform, as package depends on `torch`, so I can only submit this change few days after #114819 Pull Request resolved: #115424 Approved by: https://github.com/clee2000, https://github.com/seemethere
Once [sympy-1.12](https://anaconda.org/anaconda/sympy/files?version=1.12) has been added it can be build across the board Majority of the changes are in the builder repo: * pytorch/builder@6b8c73f tweaks numpy and openssl deps * pytorch/builder@fc773dd <- tweak MLK requirements for Windows * pytorch/builder@ca378c1 do not depend on Triton * pytorch/builder@3c7404d <- build without GLOO_SSL And finally, to workaround chicken-and-egg problem from [smoke_test.bat:97](https://github.com/pytorch/builder/blob/b92da8cd64c9db81effcb8a48992e69ecb4d6346/windows/internal/smoke_test.bat#L97) ```cmd call conda install -yq numpy pytorch %CONDA_EXTRA_ARGS% ``` Manually upload binaries to pytorch-nightly channel (will fix it akin to Nova in followup PRs) Pull Request resolved: pytorch#114819 Approved by: https://github.com/huydhn
Currently there is a chicken and egg problem with enabling triton builds for the platform, as package depends on `torch`, so I can only submit this change few days after pytorch#114819 Pull Request resolved: pytorch#115424 Approved by: https://github.com/clee2000, https://github.com/seemethere
Once sympy-1.12 has been added it can be build across the board
Majority of the changes are in the builder repo:
And finally, to workaround chicken-and-egg problem from smoke_test.bat:97
Manually upload binaries to pytorch-nightly channel (will fix it akin to Nova in followup PRs)