summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNavyata Bawa <82674371+fbnav@users.noreply.github.com>2024-08-20 11:57:22 -0700
committerGitHub <noreply@github.com>2024-08-20 11:57:22 -0700
commit1b8b925c36b9cb9ae816ac07d0ad1d3e0ff25afc (patch)
tree5f93bd1fce49dc9373eb720419bc8ef38b48f29e /README.md
parentd11b99f95a1e394a9b6150f5897acb01cbbf6f1a (diff)
Adding the show-all option to allow downloading older models (#116)
* Adding the show-all option to allow downloading older models * Updating format
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 65dc841..0f62c59 100644
--- a/README.md
+++ b/README.md
@@ -35,8 +35,10 @@ To download the model weights and tokenizer:
1. Visit the [Meta Llama website](https://llama.meta.com/llama-downloads/).
2. Read and accept the license.
3. Once your request is approved you will receive a signed URL via email.
-4. Install the [Llama CLI](https://github.com/meta-llama/llama-stack): `pip install llama-toolchain`
-5. Run `llama model list` to determine the model ID you wish to download
+4. Install the [Llama CLI](https://github.com/meta-llama/llama-stack): `pip install llama-toolchain`.
+5. Run `llama model list` to show the latest available models and determine the model ID you wish to download. **NOTE**:
+Run `llama model list --show-all` to show all the available llama models, including previous versions.
+
6. Run: `llama download --source meta --model-id CHOSEN_MODEL_ID`
7. Pass the URL provided when prompted to start the download.