Skip to content

Commit 1b75325

Browse files
committed
chore: update README to select single gpu
1 parent 530f45f commit 1b75325

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sweep/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ wandb login
3232

3333
```bash
3434
cd sweep
35-
python sweep.py --dry-run
35+
CUDA_VISIBLE_DEVICES=3 python sweep.py --dry-run
3636
```
3737

3838
## Running the sweep
@@ -42,7 +42,7 @@ Start a tmux session so the sweep survives SSH disconnection:
4242
```bash
4343
tmux new -s sweep
4444
cd sweep
45-
python sweep.py
45+
CUDA_VISIBLE_DEVICES=3 python sweep.py
4646
# Ctrl+B, D → detach (safe to close laptop)
4747
# tmux attach -t sweep → reconnect later
4848
```
@@ -55,7 +55,7 @@ Progress is logged to `sweep.log` and to the W&B project `VOICE`.
5555
it will skip completed runs and retry failed ones:
5656

5757
```bash
58-
python sweep.py
58+
CUDA_VISIBLE_DEVICES=3 python sweep.py
5959
```
6060

6161
## Outputs

0 commit comments

Comments
 (0)