Thursday, October 22, 2020

How to set Nvidia GPU device power limit

 

Use below command to set Nvidia GPU devices power limit.

#nvidia-smi –i 0 –pm 1

#nvidia-smi –i 1 –pm 1

#nvidia-smi –i 2 –pm 1

#nvidia-smi –i 3 –pm 1

#nvidia-smi –I 0 –pl 210

#nvidia-smi –I 1 –pl 210

#nvidia-smi –I 2 –pl 210

#nvidia-smi –I 3 –pl 210

 


Also use below command to disable persistence mode after gpu_burn test.

#nvidia-smi –i 0 –pm 0

#nvidia-smi –i 1 –pm 0

#nvidia-smi –i 2 –pm 0

#nvidia-smi –i 3 –pm 0


No comments:

Post a Comment

How to use ipmi command to locate B7136 HDD LED

 Locate: Hdd0:  Ipmitool –I lanplus –H BMC_IP –U root –P BMC_password raw 0x2e 0x09 0xfd 0x19 0x0 0x06 0xc2 0x00 0x01 0x01 Hdd1:  Ipmitool –...