Update README.md

This commit is contained in:
Xi Yan 2024-10-28 13:18:34 -07:00 committed by GitHub
parent 8f5a850de9
commit 0d4215e125
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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