Closed inimaz closed 3 months ago
@inimaz Hi, I'd like to start contributing to this project and give this bug fix a shot. Is this issue being worked on by anyone else currently?
Hi @rosekelly6400! Normally it will be solved by #613 so it is already been taken care of.
Thanks anyway, feel free to reach out if you would like to contribute on any other issue
Description
This is a follow-up issue discovered by #578.
Whenever we call
pynvml.nvmlDeviceGetTotalEnergyConsumption
it could throw an exception. Logs taken from the other issue:Goal
It looks like this error is not properly catched. If this error appears, we should catch it and skip the GPU measurements.