From f58441cc21c60be4157554bf0f2ad333f27e8a6a Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 18 Oct 2024 18:55:29 -0700 Subject: [PATCH] readme --- distributions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/README.md b/distributions/README.md index cdbe0f035..92640210b 100644 --- a/distributions/README.md +++ b/distributions/README.md @@ -3,7 +3,7 @@ A Distribution is where APIs and Providers are assembled together to provide a consistent whole to the end application developer. You can mix-and-match providers -- some could be backed by local code and some could be remote. As a hobbyist, you can serve a small model locally, but can choose a cloud provider for a large model. Regardless, the higher level APIs your app needs to work with don't need to change at all. You can even imagine moving across the server / mobile-device boundary as well always using the same uniform set of APIs for developing Generative AI applications. -## Supported Llama Stack Distributions +## Quick Start Llama Stack Distributions Guide | **Distribution** | **Llama Stack Docker** | Start This Distribution | **Inference** | **Agents** | **Memory** | **Safety** | **Telemetry** | |:----------------: |:------------------------------------------: |:-----------------------: |:------------------: |:------------------: |:------------------: |:------------------: |:------------------: | | Meta Reference | llamastack/distribution-meta-reference-gpu | [Guide](./meta-reference-gpu/) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |