mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-17 15:13:49 +00:00
rename
This commit is contained in:
parent
1ba64d822a
commit
7ae85816d8
12 changed files with 22 additions and 22 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue