From bf6c4861c3a82d0c07db186482b6ba4bc72ac2f0 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Thu, 26 Sep 2024 01:42:18 +0530 Subject: [PATCH] chore (doc): fix typo for setup instruction`llama-stack` to `llama-stack-apps` --- docs/getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.ipynb b/docs/getting_started.ipynb index 18590c1cc..d5e5cdc96 100644 --- a/docs/getting_started.ipynb +++ b/docs/getting_started.ipynb @@ -50,7 +50,7 @@ "```\n", "$ git clone https://github.com/meta-llama/llama-stack-apps.git\n", "\n", - "$ cd llama-stack\n", + "$ cd llama-stack-apps\n", "$ yes | conda create -n stack-test python=3.10 \n", "$ conda activate stack-test\n", "\n",