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
I am using CodeCarbon to make some consumption measurements. However, this library uses pynvml in the background to access the graph information. I asked in the project repository and it seems that my problem is that pynvml is not working properly.
NVML initialized successfully
Device 0: NVIDIA H100 PCIe
Failed to initialize NVML: System is not in ready state
I have tried several versions pynvml, but nothing. I can't find any additional information about the System is not in ready state error either. How can I fix this error?
The text was updated successfully, but these errors were encountered:
I have tried several versions pynvml, but nothing. I can't find any additional information about the System is not in ready state error either. How can I fix this error?
Sorry for the delayed response @ainhoaVivel! (this project is not really active)
“System is not in ready state” means that the GPU could not be properly initialized, but it's hard to speculate on the cause.
Are you able to run nvidia-smi in a terminal? (sorry if you are no longer working on this)
When running the same script, the error was different.
@Lucas-Otavio - It looks like Maxwell is not supported for nvmlDeviceGetTotalEnergyConsumption. The NVML documentation says: "For Volta or newer fully supported devices".
Description
I am using CodeCarbon to make some consumption measurements. However, this library uses pynvml in the background to access the graph information. I asked in the project repository and it seems that my problem is that pynvml is not working properly.
What I Did
I created this script
However, I got this output
I have tried several versions pynvml, but nothing. I can't find any additional information about the
System is not in ready state
error either. How can I fix this error?The text was updated successfully, but these errors were encountered: