Use cuda 12.4 pytorch_extra_install_requirements as default#138458
Use cuda 12.4 pytorch_extra_install_requirements as default#138458atalman wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/138458
Note: Links to docs will display an error until the docs builds have been completed. ❌ 5 New Failures, 4 Unrelated FailuresAs of commit 1707dfd with merge base 8f3efb8 ( NEW FAILURES - The following jobs have 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. |
albanD
left a comment
There was a problem hiding this comment.
The fact that this changes the AMD and macos binary sounds wrong!
|
Hi @albanD this is related to poetry issue where we want to have same metadata for all wheels. Hence this is changing windows, macos, amd wheels to have same metadata as the linux wheels we publish to pypi. |
|
@pytorchmergebot merge -f "XPU failures are not related" |
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 |
|
@pytorchbot cherry-pick -c critical --onto release/2.5 |
Cherry picking #138458Command Details for Dev Infra teamRaised by workflow job |
Since cuda 12.4 binaries are default binaries on pypi now. The pytorch_extra_install_requirements need to use 12.4. This would need to be cherry-picked to release 2.5 branch to avoid injecting these versions into metadata during pypi promotion. Pull Request resolved: #138458 Approved by: https://github.com/malfet
Since cuda 12.4 binaries are default binaries on pypi now. The pytorch_extra_install_requirements need to use 12.4.
This would need to be cherry-picked to release 2.5 branch to avoid injecting these versions into metadata during pypi promotion.