From 84d8fb1d3d0556189a2129c365a90c82f9b1b68f Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Mon, 4 Nov 2024 16:07:00 -0800 Subject: [PATCH] rename --- docs/source/getting_started/distributions/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting_started/distributions/index.md b/docs/source/getting_started/distributions/index.md index eaa4d20e2..c98a6bad6 100644 --- a/docs/source/getting_started/distributions/index.md +++ b/docs/source/getting_started/distributions/index.md @@ -4,8 +4,8 @@ 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. -2. [Hosted Distribution](./remote_hosted_distro/index.md): If you want to connect to a remote hosted inference provider. +1. [Self-Hosted Distribution](./self_hosted_distro/index.md): If you want to run Llama Stack inference on your local machine. +2. [Remote-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. ```{toctree}