forked from phoenix-oss/llama-stack-mirror
Update README.md
This commit is contained in:
parent
8f5a850de9
commit
0d4215e125
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ inference:
|
||||||
api_key: <optional api key>
|
api_key: <optional api key>
|
||||||
```
|
```
|
||||||
|
|
||||||
### (Alternative) TGI server + llama stack run (Single Node GPU)
|
### (Alternative) llama stack run (Single Node CPU)
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run --network host -it -p 5000:5000 -v ./run.yaml:/root/my-run.yaml --gpus=all llamastack/distribution-together --yaml_config /root/my-run.yaml
|
docker run --network host -it -p 5000:5000 -v ./run.yaml:/root/my-run.yaml --gpus=all llamastack/distribution-together --yaml_config /root/my-run.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue