Skip to content

Commit 1336976

Browse files
authored
Mention usage of related finetunes (#1223)
1 parent 6d04a87 commit 1336976

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tutorials/download_model_weights.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,16 @@ unsloth/Mistral-7B-v0.2
154154
> [!TIP]
155155
> To sort the list above by model name after the `/`, use `litgpt download | sort -f -t'/' -k2`.
156156
157+
 
158+
159+
> [!NOTE]
160+
> If you want to adopt a model variant that is not listed in the table above but has a similar architecture as one of the supported models, you can use this model by by using the `--model_name` argument as shown below:
161+
> ```bash
162+
> litgpt download \
163+
> --repo_id NousResearch/Hermes-2-Pro-Mistral-7B \
164+
> --model_name Mistral-7B-v0.1
165+
> ```
166+
157167
158168
 
159169
### 2. Download Model Weights

0 commit comments

Comments
 (0)