mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-13 16:46:09 +00:00
Update getting_started.md
This commit is contained in:
parent
8615bc9e08
commit
e70420a06e
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ export LLAMA_CHECKPOINT_DIR=~/.llama
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> `~/.llama` should be the path containing downloaded weights of Llama models.
|
> `~/.llama` should be the path containing downloaded weights of Llama models.
|
||||||
|
|
||||||
|
To download llama models, use
|
||||||
|
```
|
||||||
|
llama download --model-id Llama3.1-8B-Instruct
|
||||||
|
```
|
||||||
|
|
||||||
To download and start running a pre-built docker container, you may use the following commands:
|
To download and start running a pre-built docker container, you may use the following commands:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue