We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pynvml
nvidia-ml-py
Currently this is making use of pynvml in a few places:
dask-cuda/dask_cuda/utils.py
Line 13 in a0fda76
dask-cuda/dask_cuda/tests/test_utils.py
Lines 186 to 187 in a0fda76
dask-cuda/dependencies.yaml
Line 103 in a0fda76
However we would like to move to nvidia-ml-py in the future. Raising this issue to track this work
The text was updated successfully, but these errors were encountered:
I think it is sufficient to just change the dependency, since pynvml is identical in interface.
Sorry, something went wrong.
No branches or pull requests
Currently this is making use of
pynvml
in a few places:dask-cuda/dask_cuda/utils.py
Line 13 in a0fda76
dask-cuda/dask_cuda/tests/test_utils.py
Lines 186 to 187 in a0fda76
dask-cuda/dependencies.yaml
Line 103 in a0fda76
However we would like to move to
nvidia-ml-py
in the future. Raising this issue to track this workThe text was updated successfully, but these errors were encountered: