Skip to content

Commit

Permalink
Исправил nvidia-smi, добавил уточнение про примеры с частотами nvidia.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad196 authored Jun 7, 2024
1 parent 66bf199 commit a686fe1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/equipment/nvidia.md
Original file line number Diff line number Diff line change
Expand Up @@ -894,23 +894,33 @@ make-initrd

### [nvidia-smi](#nvidia-smi)

::: info
Все указанные цифры указаны для примера. Все решения и риски лежат на вашей ответственности.
:::

С его помощью можно установить порог TDP

```shell
su -
nvidia-smi -pl 160.30
```

Установить пороги часто GPU:
Вывести в терминале поддерживаемые частоты:

```shell
su -
nvidia-smi -q -d SUPPORTED_CLOCKS
nvidia-smi --lock-gpu-clocks=0,1695 --mode=1
```

Установить пороги часто GPU:

```shell
su -
nvidia-smi --lock-gpu-clocks=0,1695 --mode=1
```

Установить пороги часто видеопамяти:

```shell
su -
nvidia-smi --lock-memory-clocks=0,5001
Expand Down

0 comments on commit a686fe1

Please sign in to comment.