mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-14 17:16:09 +00:00
Update getting_started.md
This commit is contained in:
parent
9d16129603
commit
6d4013ac99
1 changed files with 6 additions and 1 deletions
|
@ -66,8 +66,13 @@ This guides allows you to quickly get started with building and running a Llama
|
|||
You may also checkout this [notebook](https://github.com/meta-llama/llama-stack/blob/main/docs/getting_started.ipynb) for trying out out demo scripts.
|
||||
|
||||
## Quick Cheatsheet
|
||||
- Quick 3 line command to build and start a LlamaStack server using our Meta Reference implementation for all API endpoints with `conda` as build type.
|
||||
|
||||
#### Via docker
|
||||
```
|
||||
docker run -it -p 5000:5000 -v ~/.llama:/root/.llama --gpus=all llamastack-local-gpu
|
||||
```
|
||||
|
||||
#### Via conda
|
||||
**`llama stack build`**
|
||||
- You'll be prompted to enter build information interactively.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue