We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fccc19 commit b3a9f30Copy full SHA for b3a9f30
1 file changed
docs/hpc/08_ml_ai_hpc/02_pytorch_intro.md
@@ -62,7 +62,7 @@ Let's first switch to a compute node, so we don't overly tax our login node:
62
63
This uses the `torchvision` package, so you'll need to run it with our overlay file:
64
```bash
65
-[NetID@cm001 pytorch_single_gpu]$ singularity exec --nv --overlay /scratch/rjy1/pytorch-example/my_pytorch.ext3:ro /scratch/work/public/singularity/cuda12.1.1-cudnn8.9.0-devel-ubuntu22.04.2.sif /bin/bash -c "source /ext3/env.sh; python download_data.py"
+[NetID@cm001 pytorch_single_gpu]$ singularity exec --nv --overlay /scratch/NetID/pytorch-example/my_pytorch.ext3:ro /scratch/work/public/singularity/cuda12.1.1-cudnn8.9.0-devel-ubuntu22.04.2.sif /bin/bash -c "source /ext3/env.sh; python download_data.py"
66
```
67
After running the command above you should see that it has created a subdirectory named `data` that contains the data we'll use in this example.
68
0 commit comments