Some low-level errors (like pynvml.nvml.NVMLError_LibRmVersionMismatch
) result in nothing printed (std or diagnostic)
#147
Labels
Describe the bug
Something caused a version mismatch somewhere and I can no longer use
gpustat
. Nothing at all is printed on stdout or stderr. Running with--debug
prints nothing as well. I launched it aspython -m pdb -m gpustat
and stepped through until noticing an error raised in:of type
pynvml.nvml.NVMLError_LibRmVersionMismatch
.Screenshots or Program Output
Please provide the output of
gpustat --debug
andnvidia-smi
. Or attach screenshots if applicable.Environment information:
11.495.46
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: