gpuopenanalytics / pynvml

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

Fix comma bugs in nvml.py #40

Closed rjzamora closed 2 years ago

rjzamora commented 2 years ago

This commit recently updated nvml.py to align with the latest release of nvidia-ml-py. However, there seem to be problematic commas added in the new file. This PR simply removes the commas.