From 7ee9f8d8ac4a731935543d4c565a696665a301fa Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 8 Nov 2024 10:34:48 -0800 Subject: [PATCH] rename --- docs/source/getting_started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index c99b5f8f9..31a6fc026 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -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 --