gpuopenanalytics / pynvml

Provide Python access to the NVML library for GPU diagnostics
BSD 3-Clause "New" or "Revised" License
212 stars 30 forks source link

[WIP] Remove `pynvml` module and convert to a "meta package" #57

Open rjzamora opened 1 month ago

rjzamora commented 1 month ago

TODO:

rjzamora commented 1 month ago

NOTE: When I install this package, I cannot query the version of pynvml (AttributeError: module 'pynvml' has no attribute '__version__'). Not sure if any down-stream users depend on this functionality, but nvidia-ml-py doesn't seem to support it.

@jakirkham - Does this general approach seem reasonable? Also, if we start depending on nvidia-ml-py, do we also need to make changes in the nvidia-ml-py feedstock?