You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the check_local_gpus function only checks whether the nvidia-smi is installed in the local machine.
However, this is incomplete as users may have installed nvidia-smi in the past (e.g., when using deep learning AMI on non-gpu instances).
Will make a quick PR to fix this.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Currently, the
check_local_gpus
function only checks whether thenvidia-smi
is installed in the local machine.However, this is incomplete as users may have installed
nvidia-smi
in the past (e.g., when using deep learning AMI on non-gpu instances).Will make a quick PR to fix this.
Thanks
The text was updated successfully, but these errors were encountered: