Skip to content
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 #1117

Open
Tracked by #17
jakirkham opened this issue Feb 14, 2023 · 1 comment
Open
Tracked by #17

Moving from pynvml to nvidia-ml-py #1117

jakirkham opened this issue Feb 14, 2023 · 1 comment

Comments

@jakirkham
Copy link
Member

Currently this is making use of pynvml in a few places:

import pynvml

pynvml = pytest.importorskip("pynvml")
pynvml.nvmlInit()

- pynvml>=11.0.0

However we would like to move to nvidia-ml-py in the future. Raising this issue to track this work

@wence-
Copy link
Contributor

wence- commented Mar 1, 2023

I think it is sufficient to just change the dependency, since pynvml is identical in interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants