Skip to content

Adjustment needed in file 'gpus.py' #35

@VeroniqueClauwaert

Description

@VeroniqueClauwaert

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!

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions