Skip to content

Commit 5ba1d82

Browse files
authored
Update file
1 parent d7ad6cc commit 5ba1d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hpc/08_ml_ai_hpc/05_run_hf_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Some of the following steps can require significant resources, so we'll move to
2828

2929
### Launch Singularity container in read/write mode
3030
```bash
31-
[NetID@cm001 llm_example]$ singularity exec --overlay overlay-50G-10M.ext3:rw /scratch/work/public/singularity/cuda12.1.1-cudnn8.9.0-devel-ubuntu22.04.2.sif /bin/bash
31+
[NetID@cm001 llm_example]$ apptainer exec --fakeroot --overlay overlay-50G-10M.ext3:rw /share/apps/images/cuda12.1.1-cudnn8.9.0-devel-ubuntu22.04.2.sif /bin/bash
3232
```
3333

3434
### Install miniconda in the container

0 commit comments

Comments
 (0)