From 0d4215e1250418f644f6921416a5461d06cac6a8 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Mon, 28 Oct 2024 13:18:34 -0700 Subject: [PATCH] Update README.md --- distributions/together/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/together/README.md b/distributions/together/README.md index 9bc8e184c..dfc2eaee3 100644 --- a/distributions/together/README.md +++ b/distributions/together/README.md @@ -33,7 +33,7 @@ inference: 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