From 6695061aea0e1b8a48004cfea48c72e21ce67b3a Mon Sep 17 00:00:00 2001 From: Ling-Hao CHEN <48591455+LinghaoChan@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:45:34 +0800 Subject: [PATCH] fix #9 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d0c353..aadb9c3 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ pip install -r requirements.txt 2.1 Download the LLM 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 @@ -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.