chore: update doc

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-10-19 21:47:44 -07:00
parent a9ff8c5c9f
commit bd2411354c
25 changed files with 6382 additions and 6388 deletions

View file

@ -47,11 +47,11 @@ function QuickStart() {
<pre><code>{`# Install uv and start Ollama
ollama run llama3.2:3b --keepalive 60m
# Install server dependencies
llama stack list-deps starter | xargs -L1 uv pip install
# Run Llama Stack server
OLLAMA_URL=http://localhost:11434 \\
uv run --with llama-stack \\
llama stack build --distro starter \\
--image-type venv --run
OLLAMA_URL=http://localhost:11434 llama stack run starter
# Try the Python SDK
from llama_stack_client import LlamaStackClient