-
Notifications
You must be signed in to change notification settings - Fork 32
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
Moving from pynvml to nvidia-ml-py #245
base: main
Are you sure you want to change the base?
Conversation
Following the instructions to set up InfiniBand on Azure (in testing whether installing nvidia-ml-py works), I am blocked by insufficient quota for the |
Seeing the following error when I
|
Ping @jakirkham in case you have thoughts about this error |
Sounds like we need to start with making this change to cc @pentschev |
How can we handle this kind of thing on a single-package? Only moving the requirement from
The problem with 1 is that we will need to ensure |
Co-authored-by: Peter Andreas Entschev <[email protected]>
Interesting, was thinking we would make the change across all RAPIDS libraries as part of a release IOW there wouldn't be a need for a mixed state from a final release perspective. Rolling out the change might be similar to how CUDA 12 is being rolled out (though that probably needs more discussion) In terms of the 2 libraries, the conda-forge packages are designed to conflict with one another. So a user can only install one library or the other. Not aware of an equivalent solution for wheels |
Yes, I agree. I'm more thinking of how to address this during development, so that we can still build packages properly. But given your comment on how to roll out the change, your suggestion is then that we build using CI artifacts for the time being? And if so, how do we make non-CI builds to still work in the meantime?
Yeah, that makes sense. But with my suggestion of removing the requirement for |
Fixes #151