mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
Fix broken rendering in Google Colab (#247)
This commit is contained in:
parent
09b793c4d6
commit
770647dede
1 changed files with 0 additions and 2 deletions
|
@ -43,11 +43,9 @@
|
||||||
"For this purpose, we will directly work with pre-built docker containers and use the python SDK\n",
|
"For this purpose, we will directly work with pre-built docker containers and use the python SDK\n",
|
||||||
"```\n",
|
"```\n",
|
||||||
"$ git clone https://github.com/meta-llama/llama-stack-apps.git\n",
|
"$ git clone https://github.com/meta-llama/llama-stack-apps.git\n",
|
||||||
"\n",
|
|
||||||
"$ cd llama-stack-apps\n",
|
"$ cd llama-stack-apps\n",
|
||||||
"$ yes | conda create -n stack-test python=3.10 \n",
|
"$ yes | conda create -n stack-test python=3.10 \n",
|
||||||
"$ conda activate stack-test\n",
|
"$ conda activate stack-test\n",
|
||||||
"\n",
|
|
||||||
"$ pip install llama_stack llama_stack_client\n",
|
"$ pip install llama_stack llama_stack_client\n",
|
||||||
"```\n",
|
"```\n",
|
||||||
"This will install `llama_stack` and `llama_stack_client` packages. \n",
|
"This will install `llama_stack` and `llama_stack_client` packages. \n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue