Skip to content

Commit d7ad6cc

Browse files
authored
Update overlay file path in documentation
1 parent 4df90bd commit d7ad6cc

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
@@ -22,7 +22,7 @@ Some of the following steps can require significant resources, so we'll move to
2222

2323
### Copy appropriate overlay file to the project directory
2424
```bash
25-
[NetID@cm001 llm_example]$ cp -rp /scratch/work/public/overlay-fs-ext3/overlay-50G-10M.ext3.gz .
25+
[NetID@cm001 llm_example]$ cp -rp /share/apps/overlay-fs-ext3/overlay-50G-10M.ext3.gz .
2626
[NetID@cm001 llm_example]$ gunzip overlay-50G-10M.ext3.gz
2727
```
2828

0 commit comments

Comments
 (0)