From d5b7de3897d0329e6d98aa4ab55e8af8f18d3663 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Wed, 29 Jan 2025 14:59:40 -0500 Subject: [PATCH] Fix link to selection guide and change "docker" to "container" (#898) The current link doesn't work. Also changed docs to be consistent with https://github.com/meta-llama/llama-stack/pull/802. --- docs/source/distributions/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/distributions/index.md b/docs/source/distributions/index.md index f68b8a8ae..ee7f4f23c 100644 --- a/docs/source/distributions/index.md +++ b/docs/source/distributions/index.md @@ -7,9 +7,9 @@ You can run a Llama Stack server in one of the following ways: This is the simplest way to get started. Using Llama Stack as a library means you do not need to start a server. This is especially useful when you are not running inference locally and relying on an external inference service (eg. fireworks, together, groq, etc.) See [Using Llama Stack as a Library](importing_as_library) -**Docker**: +**Container**: -Another simple way to start interacting with Llama Stack is to just spin up docker which is pre-built with all the providers you need. We provide a number of pre-built Docker containers so you can start a Llama Stack server instantly. You can also build your own custom Docker container. Which distribution to choose depends on the hardware you have. See [Selection of a Distribution](distributions/selection) for more details. +Another simple way to start interacting with Llama Stack is to just spin up a container (via Docker or Podman) which is pre-built with all the providers you need. We provide a number of pre-built images so you can start a Llama Stack server instantly. You can also build your own custom container. Which distribution to choose depends on the hardware you have. See [Selection of a Distribution](selection) for more details. **Conda**: @@ -24,4 +24,5 @@ Lastly, if you have a custom or an advanced setup or you are developing on Llama importing_as_library building_distro configuration +selection ```