mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
rename
This commit is contained in:
parent
b1d7376730
commit
7ee9f8d8ac
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ docker run -it -p 5000:5000 -v ~/.llama:/root/.llama -v ./run.yaml:/root/my-run.
|
|||
|
||||
:::{tab-item} tgi
|
||||
```
|
||||
$ cd llama-stack/distributions/tgi/gpu && docker compose up
|
||||
$ cd llama-stack/distributions/tgi && docker compose up
|
||||
```
|
||||
|
||||
The script will first start up TGI server, then start up Llama Stack distribution server hooking up to the remote TGI provider for inference. You should see the following outputs --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue