chore: rename templates to distributions

This commit is contained in:
Ashwin Bharambe 2025-08-04 09:44:55 -07:00
parent e5b542dd8e
commit d8f34d6e07
84 changed files with 241 additions and 242 deletions

View file

@ -76,7 +76,7 @@ If you're looking for more specific topics, we have a [Zero to Hero Guide](#next
1. **Build the Llama Stack**:
Build the Llama Stack using the `starter` template:
```bash
uv run --with llama-stack llama stack build --template starter --image-type venv
uv run --with llama-stack llama stack build --distro starter --image-type venv
```
**Expected Output:**
```bash