Nvidia card how to increase fan speed

I am dong model training, nvidia-smi outputs like this:

Fri Jun 30 17:06:43 2023       
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.54.03              Driver Version: 535.54.03    CUDA Version: 12.2     |
|-----------------------------------------+----------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |         Memory-Usage | GPU-Util  Compute M. |
|                                         |                      |               MIG M. |
|=========================================+======================+======================|
|   0  NVIDIA GeForce RTX 3080 Ti     Off | 00000000:01:00.0  On |                  N/A |
| 81%   82C    P2             326W / 350W |   3196MiB / 12288MiB |     97%      Default |
|                                         |                      |                  N/A |
+-----------------------------------------+----------------------+----------------------+
                                                                                         
+---------------------------------------------------------------------------------------+
| Processes:                                                                            |
|  GPU   GI   CI        PID   Type   Process name                            GPU Memory |
|        ID   ID                                                             Usage      |
|=======================================================================================|
|    0   N/A  N/A       643      G   /usr/lib/Xorg                                36MiB |
|    0   N/A  N/A       734      G   /usr/bin/kwalletd5                            3MiB |
|    0   N/A  N/A       753      G   /usr/bin/kwin_wayland                       547MiB |
|    0   N/A  N/A       797      G   /usr/bin/Xwayland                            11MiB |
|    0   N/A  N/A       820      G   /usr/bin/ksmserver                            3MiB |
|    0   N/A  N/A       822      G   /usr/bin/kded5                                3MiB |
|    0   N/A  N/A       846      G   /usr/bin/plasmashell                        449MiB |
|    0   N/A  N/A       891      G   ...b/polkit-kde-authentication-agent-1        3MiB |
|    0   N/A  N/A       893      G   /usr/lib/xdg-desktop-portal-kde               3MiB |
|    0   N/A  N/A      1001      G   /usr/bin/python                               3MiB |
|    0   N/A  N/A      1009      G   /usr/lib/kdeconnectd                          3MiB |
|    0   N/A  N/A      1026      G   /usr/bin/kaccess                              3MiB |
|    0   N/A  N/A      1675      G   /usr/lib/firefox/firefox                    488MiB |
|    0   N/A  N/A      1902      G   ...bin/plasma-browser-integration-host        3MiB |
|    0   N/A  N/A      2957      G   /usr/bin/konsole                              3MiB |
|    0   N/A  N/A     13371      G   /usr/bin/dolphin                              3MiB |
|    0   N/A  N/A     47487      C   ...Diffusion_with_SDEs/venv/bin/python     1252MiB |
|    0   N/A  N/A     48462      G   /usr/bin/konsole                              3MiB |
|    0   N/A  N/A     49743      G   /usr/bin/kdeconnect-app                     111MiB |
|    0   N/A  N/A     51260      G   /usr/lib/baloorunner                          3MiB |
+---------------------------------------------------------------------------------------+

I think the temp is a bit too high? since I want to train for about 2 hours, the fan is on 81%, I am wondering if it is better to set it to 90% or 100%? if it is necessary how to do it?

System info:
Up to date EndeavourOS with KDE/wayland, intel 11gen, Nvidia 3080Ti
More info: http://ix.io/4zsu

I notice that diffusion_with_sdes/venv/bin/python is using a huge amount of memory this could be causing the higher temperatures. As far as the fan I am under the belief that it’s controlled by the temperature so I think it may be hardware programmed. However check for your specific card I could be wrong.

Yes it is, I am training a diffusion model. I see, you could be right, at least I didn’t find any command in nvidia-smi to directly control the fan

Nothing in nvidia-settings that i found either however check as i have a different card

1 Like