Update 04_Memory101.ipynb

This commit is contained in:
Sanyam Bhutani 2024-11-05 21:18:25 -08:00
parent 855091f403
commit 3c707e0a05

View file

@ -55,7 +55,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"# Install the client library and a helper package for colored output\n", "# 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", "\n",
"# 💡 Note: If you're running this in a new environment, you might need to restart\n", "# 💡 Note: If you're running this in a new environment, you might need to restart\n",
"# your kernel after installation" "# your kernel after installation"