From 25316d6efcdb91e030f505e0dd3a0cd07c3aa8f0 Mon Sep 17 00:00:00 2001 From: Matthieu FRONTON Date: Mon, 14 Oct 2024 22:48:50 +0200 Subject: [PATCH] Fix broken rendering in Google Colab --- docs/getting_started.ipynb | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/getting_started.ipynb b/docs/getting_started.ipynb index c2e7326e7..00633b1d3 100644 --- a/docs/getting_started.ipynb +++ b/docs/getting_started.ipynb @@ -43,11 +43,9 @@ "For this purpose, we will directly work with pre-built docker containers and use the python SDK\n", "```\n", "$ git clone https://github.com/meta-llama/llama-stack-apps.git\n", - "\n", "$ cd llama-stack-apps\n", "$ yes | conda create -n stack-test python=3.10 \n", "$ conda activate stack-test\n", - "\n", "$ pip install llama_stack llama_stack_client\n", "```\n", "This will install `llama_stack` and `llama_stack_client` packages. \n",