Strange GPU Temperature

When I run the command nvidia-smi -q -d TEMPERATURE on my computer, the values for GPU Shutdown, GPU Slowdown, and GPU Max Operating T.Limit Temp appear abnormal, as shown below. When I try to train a model using the GPU, I keep getting the error unable to determine the device handle for gpu . Could these two issues be related? And is the output below normal? I would appreciate any help.

==============NVSMI LOG==============

Timestamp                 : Sat Jul 27 23:18:53 2024
Driver Version              : 550.100
CUDA Version               : 12.4

Attached GPUs               : 2
GPU 00000000:01:00.0
  Temperature
    GPU Current Temp         : 35 C
    GPU T.Limit Temp         : 49 C
    GPU Shutdown T.Limit Temp     : -7 C
    GPU Slowdown T.Limit Temp     : -2 C
    GPU Max Operating T.Limit Temp  : 0 C
    GPU Target Temperature      : 85 C
    Memory Current Temp        : N/A
    Memory Max Operating T.Limit Temp : N/A

GPU 00000000:07:00.0
  Temperature
    GPU Current Temp         : 39 C
    GPU T.Limit Temp         : 46 C
    GPU Shutdown T.Limit Temp     : -7 C
    GPU Slowdown T.Limit Temp     : -2 C
    GPU Max Operating T.Limit Temp  : 0 C
    GPU Target Temperature      : 85 C
    Memory Current Temp        : N/A
    Memory Max Operating T.Limit Temp : N/A
1 Like