From 146696caab935521872994ebffa1344453e86f67 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Mon, 1 Apr 2024 08:33:24 -0500 Subject: [PATCH] Update download_model_weights.md --- tutorials/download_model_weights.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tutorials/download_model_weights.md b/tutorials/download_model_weights.md index 748295d0fb..55c214a01c 100644 --- a/tutorials/download_model_weights.md +++ b/tutorials/download_model_weights.md @@ -154,6 +154,16 @@ unsloth/Mistral-7B-v0.2 > [!TIP] > To sort the list above by model name after the `/`, use `litgpt download | sort -f -t'/' -k2`. +  + +> [!NOTE] +> 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: +> ```bash +> litgpt download \ +> --repo_id NousResearch/Hermes-2-Pro-Mistral-7B \ +> --model_name Mistral-7B-v0.1 +> ``` +   ### 2. Download Model Weights