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
Please forgive me if I am not stating this in the correct way (first comment), but I had a recent issue with the koila package and found the solution as well. Namely, the import of the package was halted due to an incorrect import from pynvml.
The solution is changing line 6 in file 'gpus.py': 'from pynvml.smi import nvidia_smi' to 'from pynvml_utils.smi import nvidia_smi'.
Hope it can help somebody!