mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
Replacing --distro with the correct option --template
This commit is contained in:
parent
28d83faf8a
commit
31e6775660
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ ollama run llama3.2:3b --keepalive 60m
|
||||||
We will use `uv` to run the Llama Stack server.
|
We will use `uv` to run the Llama Stack server.
|
||||||
```bash
|
```bash
|
||||||
OLLAMA_URL=http://localhost:11434 \
|
OLLAMA_URL=http://localhost:11434 \
|
||||||
uv run --with llama-stack llama stack build --distro starter --image-type venv --run
|
uv run --with llama-stack llama stack build --template starter --image-type venv --run
|
||||||
```
|
```
|
||||||
#### Step 3: Run the demo
|
#### Step 3: Run the demo
|
||||||
Now open up a new terminal and copy the following script into a file named `demo_script.py`.
|
Now open up a new terminal and copy the following script into a file named `demo_script.py`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue