Update getting_started.md

This commit is contained in:
Xi Yan 2024-10-24 14:19:35 -07:00 committed by GitHub
parent 8615bc9e08
commit e70420a06e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,10 @@ export LLAMA_CHECKPOINT_DIR=~/.llama
> [!NOTE]
> `~/.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: