forked from phoenix-oss/llama-stack-mirror
Update getting_started.md
This commit is contained in:
parent
6d4013ac99
commit
29138a5167
1 changed files with 4 additions and 0 deletions
|
@ -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
|
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
|
#### Via conda
|
||||||
**`llama stack build`**
|
**`llama stack build`**
|
||||||
- You'll be prompted to enter build information interactively.
|
- You'll be prompted to enter build information interactively.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue