Skip to content

Commit 9b7675d

Browse files
committed
Pytorch - Fix typo in gres allocation
1 parent db09c4e commit 9b7675d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/packages/pytorch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you install pre-built binaries (using either pip or conda) then you do not ne
1313
To install any version of PyTorch request an interactive job on a GPU node:
1414

1515
```bash
16-
salloc --time=01:00:00 --partition=gpu --gres=gpu/rtx4090:1 --cpus-per-task=16 --mem-per-cpu=4G
16+
salloc --time=01:00:00 --partition=gpu --gres=gpu:rtx4090:1 --cpus-per-task=16 --mem-per-cpu=4G
1717
srun --pty bash
1818
```
1919
This will result in a shell directly on a GPU node.

0 commit comments

Comments
 (0)