mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
Update getting_started.ipynb
Fix numpy version mismatch issue
This commit is contained in:
parent
5a68a28263
commit
395203ce0f
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@
|
|||
"outputs": [],
|
||||
"source": [
|
||||
"# NBVAL_SKIP\n",
|
||||
"!pip uninstall pandas numpy -y\n",
|
||||
"!pip install pandas numpy\n",
|
||||
"# This will build all the dependencies you will need\n",
|
||||
"!UV_SYSTEM_PYTHON=1 llama stack build --template together --image-type venv"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue