Skip to content

Commit

Permalink
Update download_model_weights.md (Lightning-AI#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Mar 17, 2024
1 parent c519096 commit 4f5031a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/download_model_weights.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ litgpt chat --checkpoint_dir checkpoints/$repo_id
 
## Specific Models

Note that certain models require that you've been granted access to the weights on the HuggingFace Hub.
Note that certain models require that you've been granted access to the weights on the Hugging Face Hub.

For example, to get access to the Gemma 2B model, you can do so by following the steps at https://huggingface.co/google/gemma-2b. After access is granted, you can find your HF hub token in https://huggingface.co/settings/tokens.

Expand Down Expand Up @@ -274,4 +274,4 @@ litgpt pretrain \
--data ... \
--model_name tiny-llama-1.1b \
--tokenizer_dir checkpoints/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T/
```
```

0 comments on commit 4f5031a

Please sign in to comment.