Skip to content

Commit

Permalink
Fix broken rendering in Google Colab (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
frntn authored Oct 15, 2024
1 parent 09b793c commit 770647d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 770647d

Please sign in to comment.