More doc cleanup

This commit is contained in:
Ashwin Bharambe 2024-11-22 14:37:22 -08:00
parent 900b0556e7
commit c2c53d0272
6 changed files with 34 additions and 121 deletions

View file

@ -29,7 +29,7 @@ You have two ways to install Llama Stack:
## `llama` subcommands
1. `download`: `llama` cli tools supports downloading the model from Meta or Hugging Face.
2. `model`: Lists available models and their properties.
3. `stack`: Allows you to build and run a Llama Stack server. You can read more about this [here](../distribution_dev/building_distro.md).
3. `stack`: Allows you to build and run a Llama Stack server. You can read more about this [here](../distributions/building_distro).
### Sample Usage