mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
Update getting started for uv
This commit is contained in:
parent
109f210369
commit
e1c57d5b94
1 changed files with 4 additions and 1 deletions
|
@ -87,7 +87,10 @@
|
|||
"\n",
|
||||
"!apt-get install -y bubblewrap\n",
|
||||
"# install a branch of llama stack\n",
|
||||
"!pip install llama-stack"
|
||||
"import os\n",
|
||||
"os.environ[\"UV_SYSTEM_PYTHON\"] = \"1\"\n",
|
||||
"!pip install uv \n",
|
||||
"!uv pip install llama-stack"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue