Skip to content

Commit

Permalink
Update download instructions (Lightning-AI#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Antiga <[email protected]>
  • Loading branch information
awaelchli and lantiga authored May 8, 2023
1 parent 55e2eef commit 38cff07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion howto/download_weights.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ Except for when you are training from scratch, you will need the pretrained weig

```bash
# Make sure you have git-lfs installed (https://git-lfs.com): git lfs install
git clone stabilityai/stablelm-base-alpha-3b checkpoints/stabilityai/stablelm-base-alpha-3b
git clone https://huggingface.co/stabilityai/stablelm-base-alpha-3b checkpoints/stabilityai/stablelm-base-alpha-3b
```

Or if you don't have `git-lfs` installed:

```bash
pip install huggingface_hub
python scripts/download.py stabilityai/stablelm-base-alpha-3b
```

Expand Down

0 comments on commit 38cff07

Please sign in to comment.