Simplify Docs intro even further

This commit is contained in:
Ashwin Bharambe 2024-11-23 00:14:16 -08:00
parent 0758eb9cb1
commit 4b94cd313c

View file

@ -1,28 +1,14 @@
# Llama Stack # Llama Stack
Llama Stack defines and standardizes the set of core building blocks needed to bring generative AI applications to market. These building blocks are presented in the form of interoperable APIs with a broad set of Service Providers providing their implementations. The APIs can be roughly split into two categories: Llama Stack defines and standardizes the set of core building blocks needed to bring generative AI applications to market. These building blocks are presented in the form of interoperable APIs with a broad set of Service Providers providing their implementations.
- APIs focused on Application development
- Inference
- Safety
- Memory
- Agents
- Agent Evaluation
- APIs focused on Model development
- Model Evaluation
- Post Training
- Synthetic Data Generation
- Reward Scoring
Our goal is to provide pre-packaged implementations which can be operated in a variety of deployment environments: developers start iterating with Desktops or their mobile devices and can seamlessly transition to on-prem or public cloud deployments. At every point in this transition, the same set of APIs and the same developer experience is available.
```{image} ../_static/llama-stack.png ```{image} ../_static/llama-stack.png
:alt: Llama Stack :alt: Llama Stack
:width: 400px :width: 400px
``` ```
Our goal is to provide pre-packaged implementations which can be operated in a variety of deployment environments: developers start iterating with Desktops or their mobile devices and can seamlessly transition to on-prem or public cloud deployments. At every point in this transition, the same set of APIs and the same developer experience is available.
```{note} ```{note}
The Stack APIs are rapidly improving but still a work-in-progress. We invite feedback as well as direct contributions. The Stack APIs are rapidly improving but still a work-in-progress. We invite feedback as well as direct contributions.
``` ```