We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db09c4e commit 9b7675dCopy full SHA for 9b7675d
docs/software/packages/pytorch.md
@@ -13,7 +13,7 @@ If you install pre-built binaries (using either pip or conda) then you do not ne
13
To install any version of PyTorch request an interactive job on a GPU node:
14
15
```bash
16
-salloc --time=01:00:00 --partition=gpu --gres=gpu/rtx4090:1 --cpus-per-task=16 --mem-per-cpu=4G
+salloc --time=01:00:00 --partition=gpu --gres=gpu:rtx4090:1 --cpus-per-task=16 --mem-per-cpu=4G
17
srun --pty bash
18
```
19
This will result in a shell directly on a GPU node.
0 commit comments