This commit is contained in:
Xi Yan 2024-10-15 12:02:31 -07:00
parent d1f8515a78
commit 7c450f8660

View file

@ -3,7 +3,7 @@
This folder contains scripts to enable starting a distribution using `docker compose`.
#### TGI Inference Adapter
#### Example: TGI Inference Adapter
```
$ cd llama_stack/distribution/docker/tgi
$ ls
@ -21,3 +21,8 @@ INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://[::]:5000 (Press CTRL+C to quit)
```
To kill the server
```
docker compose down
```