Minor update.
- Fixed some alignment issues with long PIDs in py3smi.
- Added ability to call
py3nvml.grab_gpus
withnum_gpus=-1
. This will grab all available GPUs. Could previously do this by settingnum_gpus
to a large number but this would throw a warning if it couldn't get all available gpus.