From 7c0448456ed1dbca785606c8bde8797cb1c82704 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Wed, 19 Mar 2025 00:17:22 -0400 Subject: [PATCH] docs: Remove mentions of focus on Llama models (#1690) # What does this PR do? This is a follow-up of https://github.com/meta-llama/llama-stack/issues/965 to avoid mentioning exclusive support on Llama models. --------- Signed-off-by: Yuan Tang --- docs/source/index.md | 2 -- docs/source/introduction/index.md | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/index.md b/docs/source/index.md index 0a8fcb30c..12a27bd2b 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -15,8 +15,6 @@ Llama Stack defines and standardizes the core building blocks needed to bring ge - **Multiple developer interfaces** like CLI and SDKs for Python, Node, iOS, and Android - **Standalone applications** as examples for how to build production-grade AI applications with Llama Stack -We focus on making it easy to build production applications with the Llama model family - from the latest Llama 3.3 to specialized models like Llama Guard for safety. - ```{image} ../_static/llama-stack.png :alt: Llama Stack :width: 400px diff --git a/docs/source/introduction/index.md b/docs/source/introduction/index.md index 686f44cc4..5ffa5e68d 100644 --- a/docs/source/introduction/index.md +++ b/docs/source/introduction/index.md @@ -48,7 +48,7 @@ Llama Stack addresses these challenges through a service-oriented, API-first app **Robust Ecosystem** - Llama Stack is already integrated with distribution partners (cloud providers, hardware vendors, and AI-focused companies). -- Ecosystem offers tailored infrastructure, software, and services for deploying Llama models. +- Ecosystem offers tailored infrastructure, software, and services for deploying a variety of models. ### Our Philosophy @@ -57,7 +57,6 @@ Llama Stack addresses these challenges through a service-oriented, API-first app - **Composability**: Every component is independent but works together seamlessly - **Production Ready**: Built for real-world applications, not just demos - **Turnkey Solutions**: Easy to deploy built in solutions for popular deployment scenarios -- **Llama First**: Explicit focus on Meta's Llama models and partnering ecosystem With Llama Stack, you can focus on building your application while we handle the infrastructure complexity, essential capabilities, and provider integrations.