Skip to content

Commit 60a2e3d

Browse files
authored
Update train.md
1 parent 32eb6f5 commit 60a2e3d

File tree

1 file changed

+2
-2
lines changed
  • llama_adapter_v2_multimodal/docs

1 file changed

+2
-2
lines changed

llama_adapter_v2_multimodal/docs/train.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The training process of LLaMA-Adapter V2 consists of the pre-training and fine-t
2525

2626
### Start pre-training
2727

28-
We are now ready to start pre-training (please make sure that the original LLaMA / Open-Chinese-LLaMA weights are available in `/path/to/llama_model_weights`).
28+
We are now ready to start pre-training (please make sure that the original LLaMA weights are available in `/path/to/llama_model_weights`).
2929

3030
```bash
3131
. exps/pretrain.sh /path/to/llama_model_weights /path/to/pretrain-data-config.yaml /output/path
@@ -61,7 +61,7 @@ We are now ready to start pre-training (please make sure that the original LLaMA
6161

6262
```bash
6363
. exps/finetune.sh \
64-
/path/to/llama_model_weights /path/to/pre-trained/checkopint.pth \
64+
/path/to/llama_model_weights /path/to/pre-trained/checkpoint.pth \
6565
/path/to/finetune-data-config.yaml /output/path
6666
```
6767

0 commit comments

Comments
 (0)