-
Notifications
You must be signed in to change notification settings - Fork 107
Unpin CUDA 12.* minor version #618
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
Package build strings are no longer cuda120*, but cuda12*
|
/condalock |
|
Fix libabseil compatibility, as tensorflow 2.18.0 requires `libabseil >=20240722.0,<20240723.0a0`.
|
/condalock |
|
Great, another incompatibility. Why is Maybe waiting for conda-forge/tensorflow-feedstock#433 isn't a bad idea... |
|
/condalock |
scottyhq
left a comment
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.
Thanks for moving things forward @weiji14 !
Package build strings are no longer cuda120*, but cuda12* (cuda126, cuda129, etc). This should eventually unblock the ml-notebook conda-lock issue we've been seeing on #615, etc. Plus we'll get newer versions of pytorch 2.7.1, torchvision 0.22.0, etc.
Note: tensorflow version remains at 2.17.0.
Pin was originally set in #514 🙈