Open RomainWarlop opened 1 month ago
I have the same problem as you but I didn't find the solution
I changed the P100 GPU to a T4 GPU and now it's working. So I think the P100 GPU is not tracked by the pynvml library
Yes, it seems than P100 drivers support PyNVML for pynvml.nvmlDeviceGetName
but not for nvmlDeviceGetTotalEnergyConsumption
.
Maybe you could call pynvml.nvmlSystemGetDriverVersion().decode()
to see if you have the last drivers available.
Description
I'm trying to estimate the carbon impact of LLM using available models on hugging face. So far I'm trying this bloom model in the GPU version. I'm using a NVIDIA Tesla P100 GPU.
Here is my code
I obtained the following error
Could you help me please?