chore: update doc

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-10-19 21:13:40 -07:00
parent a9ff8c5c9f
commit e0dda3bb06
23 changed files with 6409 additions and 6390 deletions

View file

@ -38,7 +38,8 @@
"source": [
"# NBVAL_SKIP\n",
"!pip install -U llama-stack\n",
"!UV_SYSTEM_PYTHON=1 llama stack build --distro fireworks --image-type venv"
"!UV_SYSTEM_PYTHON=1 uv pip install llama-stack\n",
"llama stack list-deps fireworks | xargs -L1 uv pip install\n"
]
},
{
@ -3531,4 +3532,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}