Skip to content

Commit

Permalink
fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
LinghaoChan authored Sep 8, 2024
1 parent 1e85527 commit 6695061
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pip install -r requirements.txt
<summary><b> 2.1 Download the LLM </b></summary>

Please follow the instruction of [Lit-GPT](https://github.com/Lightning-AI/litgpt) to prepare the LLM model (vicuna 1.5-7B). These files will be:
```bah
```bash
./checkpoints/vicuna-7b-v1.5
├── generation_config.json
├── lit_config.json
Expand All @@ -89,6 +89,8 @@ Please follow the instruction of [Lit-GPT](https://github.com/Lightning-AI/litgp
└── tokenizer.model
```

For how to get `lit_model.pth`, please refer to [issue 9](https://github.com/IDEA-Research/MotionLLM/issues/9).

If you have any confusion, we will update a more detailed instruction in couple of days.

</details>
Expand Down

0 comments on commit 6695061

Please sign in to comment.