This commit is contained in:
Xi Yan 2024-11-04 16:07:00 -08:00
parent 749d97e02a
commit 84d8fb1d3d

View file

@ -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}