From 3c707e0a055b809e2b4f36d9a9c69c4392fc3e56 Mon Sep 17 00:00:00 2001 From: Sanyam Bhutani Date: Tue, 5 Nov 2024 21:18:25 -0800 Subject: [PATCH] Update 04_Memory101.ipynb --- docs/zero_to_hero_guide/04_Memory101.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zero_to_hero_guide/04_Memory101.ipynb b/docs/zero_to_hero_guide/04_Memory101.ipynb index 96f82ed9c..7aecc7f7c 100644 --- a/docs/zero_to_hero_guide/04_Memory101.ipynb +++ b/docs/zero_to_hero_guide/04_Memory101.ipynb @@ -55,7 +55,7 @@ "outputs": [], "source": [ "# Install the client library and a helper package for colored output\n", - "!pip install llama-stack-client termcolor\n", + "#!pip install llama-stack-client termcolor\n", "\n", "# 💡 Note: If you're running this in a new environment, you might need to restart\n", "# your kernel after installation"