chore: remove build.py

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-10-20 16:23:00 -07:00
parent 407bade359
commit 98ffa50b2c
15 changed files with 9 additions and 1306 deletions

View file

@ -9,7 +9,7 @@
1. Start up Llama Stack API server. More details [here](https://llamastack.github.io/latest/getting_started/index.htmll).
```
llama stack build --distro together --image-type venv
llama stack list-deps together | xargs -L1 uv pip install
llama stack run together
```