diff --git a/distributions/fireworks/README.md b/distributions/fireworks/README.md index e3987e1e2..3d8a3def6 100644 --- a/distributions/fireworks/README.md +++ b/distributions/fireworks/README.md @@ -14,7 +14,7 @@ The `llamastack/distribution-` distribution consists of the following provider c > This assumes you have an hosted endpoint at Fireworks with API Key. ``` -$ cd llama-stack/distribution/fireworks +$ cd distributions/fireworks $ ls compose.yaml run.yaml $ docker compose up diff --git a/distributions/ollama/README.md b/distributions/ollama/README.md index 70bc27a85..00ebd142d 100644 --- a/distributions/ollama/README.md +++ b/distributions/ollama/README.md @@ -13,7 +13,7 @@ The `llamastack/distribution-ollama` distribution consists of the following prov > This assumes you have access to GPU to start a Ollama server with access to your GPU. ``` -$ cd llama-stack/distribution/ollama/gpu +$ cd distributions/ollama/gpu $ ls compose.yaml run.yaml $ docker compose up @@ -44,7 +44,7 @@ docker compose down > This will start an ollama server with CPU only, please see [Ollama Documentations](https://github.com/ollama/ollama) for serving models on CPU only. ``` -$ cd llama-stack/distribution/ollama/cpu +$ cd distributions/ollama/cpu $ ls compose.yaml run.yaml $ docker compose up diff --git a/distributions/tgi/README.md b/distributions/tgi/README.md index 886252ecd..5d86e0c73 100644 --- a/distributions/tgi/README.md +++ b/distributions/tgi/README.md @@ -15,7 +15,7 @@ The `llamastack/distribution-tgi` distribution consists of the following provide ``` -$ cd llama_stack/distribution/docker/tgi +$ cd distributions/tgi/gpu $ ls compose.yaml tgi-run.yaml $ docker compose up @@ -43,7 +43,7 @@ docker compose down > This assumes you have an hosted endpoint compatible with TGI server. ``` -$ cd llama-stack/distribution/tgi/cpu +$ cd distributions/tgi/cpu $ ls compose.yaml run.yaml $ docker compose up diff --git a/distributions/together/README.md b/distributions/together/README.md index b964673e0..9bc8e184c 100644 --- a/distributions/together/README.md +++ b/distributions/together/README.md @@ -17,7 +17,7 @@ The `llamastack/distribution-together` distribution consists of the following pr > This assumes you have an hosted endpoint at Together with API Key. ``` -$ cd llama-stack/distribution/together +$ cd distributions/together $ ls compose.yaml run.yaml $ docker compose up