From 749d97e02ac8e6f4f8761b8a6fda970bc8812877 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Mon, 4 Nov 2024 16:03:21 -0800 Subject: [PATCH] docs --- docs/source/getting_started/distributions/index.md | 2 +- .../getting_started/distributions/self_hosted_distro/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting_started/distributions/index.md b/docs/source/getting_started/distributions/index.md index b1b849c72..eaa4d20e2 100644 --- a/docs/source/getting_started/distributions/index.md +++ b/docs/source/getting_started/distributions/index.md @@ -4,7 +4,7 @@ A Distribution is where APIs and Providers are assembled together to provide a c We offer three types of distributions: -1. [Deployable Distribution](./self_hosted_distro/index.md): If you want to run Llama Stack inference on your local machine. +1. [Deployable Distribution](./self_hosted_distro/index.md): If you want to run Llama Stack inference on your local machine. 2. [Hosted Distribution](./remote_hosted_distro/index.md): If you want to connect to a remote hosted inference provider. 3. [On-device Distribution](./ondevice_distro/index.md): If you want to run Llama Stack inference on your iOS / Android device. diff --git a/docs/source/getting_started/distributions/self_hosted_distro/index.md b/docs/source/getting_started/distributions/self_hosted_distro/index.md index ec2a25f26..a2f3876ec 100644 --- a/docs/source/getting_started/distributions/self_hosted_distro/index.md +++ b/docs/source/getting_started/distributions/self_hosted_distro/index.md @@ -1,6 +1,6 @@ # Self-Hosted Distribution -We offer deployable distributions where you can host your own Llama Stack server using local inference. +We offer deployable distributions where you can host your own Llama Stack server using local inference. | **Distribution** | **Llama Stack Docker** | Start This Distribution | **Inference** | **Agents** | **Memory** | **Safety** | **Telemetry** | |:----------------: |:------------------------------------------: |:-----------------------: |:------------------: |:------------------: |:------------------: |:------------------: |:------------------: |