Update getting_started.md

This commit is contained in:
Xi Yan 2024-10-05 12:28:02 -07:00 committed by GitHub
parent 6d4013ac99
commit 29138a5167
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,10 @@ You may also checkout this [notebook](https://github.com/meta-llama/llama-stack/
docker run -it -p 5000:5000 -v ~/.llama:/root/.llama --gpus=all llamastack-local-gpu
```
> [!NOTE]
> `~/.llama` should be the path containing downloaded weights of Llama models.
#### Via conda
**`llama stack build`**
- You'll be prompted to enter build information interactively.