From 022f20e71063c2b457e5d4a2da46f20900ea821d Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Fri, 8 Nov 2024 15:01:13 -0800 Subject: [PATCH] fixed based on ashwin comments --- docs/zero_to_hero_guide/01_Local_Cloud_Inference101.ipynb | 2 +- docs/zero_to_hero_guide/quickstart.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/zero_to_hero_guide/01_Local_Cloud_Inference101.ipynb b/docs/zero_to_hero_guide/01_Local_Cloud_Inference101.ipynb index df09dbc72..724dadc97 100644 --- a/docs/zero_to_hero_guide/01_Local_Cloud_Inference101.ipynb +++ b/docs/zero_to_hero_guide/01_Local_Cloud_Inference101.ipynb @@ -17,7 +17,7 @@ "\n", "This guide provides a streamlined setup to switch between local and cloud clients for text generation with Llama Stack’s `chat_completion` API. This setup enables automatic fallback to a cloud instance if the local client is unavailable.\n", "\n", - "### Pre-requisite\n", + "### Prerequisites\n", "Before you begin, please ensure Llama Stack is installed and the distribution is set up by following the [Getting Started Guide](https://llama-stack.readthedocs.io/en/latest/). You will need to run two distributions, a local and a cloud distribution, for this demo to work.\n", "\n", "### Implementation" diff --git a/docs/zero_to_hero_guide/quickstart.md b/docs/zero_to_hero_guide/quickstart.md index c3812a77b..e7a9b32f7 100644 --- a/docs/zero_to_hero_guide/quickstart.md +++ b/docs/zero_to_hero_guide/quickstart.md @@ -5,7 +5,7 @@ This guide will walk you through setting up an end-to-end workflow with Llama St If you're looking for more specific topics like tool calling or agent setup, we have a [Zero to Hero Guide](#next-steps) that covers everything from Tool Calling to Agents in detail. Feel free to skip to the end to explore the advanced topics you're interested in. ## Table of Contents -1. [Setting up](#Setting-up) +1. [Setup](#Setup) 2. [Build, Configure, and Run Llama Stack](#build-configure-and-run-llama-stack) 3. [Testing with `curl`](#testing-with-curl) 4. [Testing with Python](#testing-with-python) @@ -15,7 +15,7 @@ If you're looking for more specific topics like tool calling or agent setup, we -## Setting up +## Setup ### 1. Prerequisite