Skip to content

Commit ce3bccb

Browse files
committed
Change docs
1 parent 3b996ee commit ce3bccb

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

docs/launch_instance.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,24 +163,33 @@ Test the fstab entry without rebooting:
163163
sudo mount -fav
164164
```
165165

166-
Set Permissions (Optional)
166+
Set Permissions (optional):
167167
```bash
168168
# Give your user ownership
169169
sudo chown -R ubuntu:ubuntu /mnt/efs
170170
```
171171

172-
Setup directories:
172+
Setup directories (for a new volume):
173173
```bash
174174
cd /mnt/efs
175175
mkdir -p out/finetune
176+
mkdir -p helmet/longtrain
176177
cd out/finetune
177178
mkdir data
178179
mkdir neurips_exp
180+
```
181+
182+
Setup symbolic links (for a new EC2 instance):
183+
```bash
179184
cd /home/ubuntu
180185
mkdir -p out/finetune
181186
cd out/finetune
182187
ln -s /mnt/efs/out/finetune/data data
183188
ln -s /mnt/efs/out/finetune/neurips_exp neurips_exp
189+
cd ../..
190+
mkdir -p .cache/huggingface/helmet
191+
cd .cache/huggingface/helmet
192+
ln -s /mnt/efs/helmet/longtrain longtrain
184193
```
185194

186195
## Clone Repository, Install Virtual Environment

0 commit comments

Comments
 (0)