forked from phoenix-oss/llama-stack-mirror
Update getting_started.md
This commit is contained in:
parent
f168752bba
commit
8a74e400d6
1 changed files with 19 additions and 19 deletions
|
@ -54,8 +54,8 @@ You have two ways to start up Llama stack server:
|
|||
To download and start running a pre-built docker container, you may use the following commands:
|
||||
|
||||
```
|
||||
$ cd llama-stack/distributions/meta-reference-gpu
|
||||
$ docker run -it -p 5000:5000 -v ~/.llama:/root/.llama -v ./run.yaml:/root/my-run.yaml --gpus=all distribution-meta-reference-gpu --yaml_config /root/my-run.yaml
|
||||
cd llama-stack/distributions/meta-reference-gpu
|
||||
docker run -it -p 5000:5000 -v ~/.llama:/root/.llama -v ./run.yaml:/root/my-run.yaml --gpus=all distribution-meta-reference-gpu --yaml_config /root/my-run.yaml
|
||||
```
|
||||
|
||||
> [!TIP]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue