summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarv <39009375+garvsl@users.noreply.github.com>2024-09-30 14:48:31 -0400
committerGitHub <noreply@github.com>2024-09-30 11:48:31 -0700
commitce8e8d871a57a5e3966c8504045615df9669f7c3 (patch)
treea6975acfb0ab6c3cd02a11d0f3c1dba5c8f48f8b
parente2e67cd8b0feca839666b7082dcc1c4fc0ae11e2 (diff)
Update README.md installation (#148)
Co-authored-by: Ashwin Bharambe <ashwin.bharambe@gmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 936d501..814ad12 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ 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`. (**<-- Start Here if you have received an email already.**)
+4. Install the [Llama CLI](https://github.com/meta-llama/llama-stack): `pip install llama-stack`. (**<-- Start Here if you have received an email already.**)
5. Run `llama model list` to show the latest available models and determine the model ID you wish to download. **NOTE**:
If you want older versions of models, run `llama model list --show-all` to show all the available Llama models.