Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Aug 27, 2024
1 parent df0241e commit cd1b9c8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,15 @@ cmake --build build

## Misc

<!--
### Managing only specific GPUs

You can use `CUDA_VISIBLE_DEVICES` to manage only specific GPUs.
You can use `-i`/`--ids` option to manage only specific GPUs.

Suppose you have 8 GPUs and you want to manage only the first 4:
Suppose you have 8 GPUs and you want to manage only the first 4 (as in `nvidia-smi`):

```sh
CUDA_VISIABLE_DEVICES=0,1,2,3 ./nvidia-pstated
./nvidia-pstated -i 0,1,2,3
```
-->

### systemd service

Expand All @@ -89,7 +87,3 @@ RestartSec=1s
[Install]
WantedBy=multi-user.target
```

<!--
You can add `Environment=CUDA_VISIBLE_DEVICES=...` in `[Service]` section to manage only specific GPUs.
-->

0 comments on commit cd1b9c8

Please sign in to comment.