-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Automate stable CUDA update and linter using min Python verison #148912
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/148912
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit eadacdf with merge base 2a1eeae ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This reverts commit 24939e4.
Please note docker failure on cuda 12.8 is not related:
|
|
||
# NOTE: Also update the CUDA sources in tools/nightly.py when changing this list | ||
CUDA_ARCHES = ["11.8", "12.6", "12.8"] | ||
CUDA_STABLE = "12.6" |
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.
How is that related to the changes in question?
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.
This issue: #145571 - to automate CUDA stable version update
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.
Hmm, I don't think that this is the intended purpose of this lint test. collect_env
should work on oldest Python version possible, but perhaps its no longer useful to test it in CI (or we should just test that it works for min-supported version and forget about it)
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.
LGTM, thank you for the updates
@pytorchbot merge -f "Lint and relevant things 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 |
@pytorchbot cherry-pick --onto release/2.7 --fixes #145571 -c critical |
) 1. Fixes: #145571 . Cuda Stable is the same cuda version that is published to pypi, also used to set Metadata section in the rest of whl scripts and tag the docker releases with latest tag. 2. Updates min python version used in linter Pull Request resolved: #148912 Approved by: https://github.com/Skylion007, https://github.com/malfet (cherry picked from commit 29fd875)
Cherry picking #148912The cherry pick PR is at #149981 and it is linked with issue #145571. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
) Automate stable CUDA update and linter using min Python verison (#148912) 1. Fixes: #145571 . Cuda Stable is the same cuda version that is published to pypi, also used to set Metadata section in the rest of whl scripts and tag the docker releases with latest tag. 2. Updates min python version used in linter Pull Request resolved: #148912 Approved by: https://github.com/Skylion007, https://github.com/malfet (cherry picked from commit 29fd875) Co-authored-by: atalman <atalman@fb.com>
Uh oh!
There was an error while loading. Please reload this page.