From 234408f411609a9463a954e0f5cbdff58fdc5b18 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Fri, 28 Feb 2025 12:18:02 -0500 Subject: [PATCH] docs: Add link to distributions guide in quick start guide (#1326) # What does this PR do? A couple of users have asked this question so I thought it would be a good idea to add a link. --- 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 ecef20d55..eb0dcf392 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -38,7 +38,7 @@ The API is **exactly identical** for both clients. :::{dropdown} Starting up the Llama Stack server The Llama Stack server can be configured flexibly so you can mix-and-match various providers for its individual API components -- beyond Inference, these include Vector IO, Agents, Telemetry, Evals, Post Training, etc. -To get started quickly, we provide various container images for the server component that work with different inference providers out of the box. For this guide, we will use `llamastack/distribution-ollama` as the container image. +To get started quickly, we provide various container images for the server component that work with different inference providers out of the box. For this guide, we will use `llamastack/distribution-ollama` as the container image. If you'd like to build your own image or customize the configurations, please check out [this guide](../references/index.md). Lets setup some environment variables that we will use in the rest of the guide. ```bash