This commit is contained in:
Xi Yan 2024-11-04 15:20:11 -08:00
parent 1ba64d822a
commit 7ae85816d8
12 changed files with 22 additions and 22 deletions

View file

@ -4,15 +4,15 @@ A Distribution is where APIs and Providers are assembled together to provide a c
We offer three types of distributions:
1. [Deployable Distribution](./deployable_distro/index.md): If you want to run Llama Stack inference on your local machine.
2. [Hosted Distribution](./hosted_distro/index.md): If you want to connect to a remote hosted inference provider.
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.
```{toctree}
:maxdepth: 1
:hidden:
deployable_distro/index
self_hosted_distro/index
hosted_distro/index
ondevice_distro/index
```