Update README.md

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

View file

@ -30,7 +30,7 @@ inference:
api_key: <optional api key>
```
### (Alternative) TGI server + llama stack run (Single Node GPU)
### (Alternative) llama stack run (Single Node GPU)
```
docker run --network host -it -p 5000:5000 -v ./run.yaml:/root/my-run.yaml --gpus=all llamastack/distribution-fireworks --yaml_config /root/my-run.yaml