mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
Update cli_reference.md
This commit is contained in:
parent
896f057b76
commit
81540e6ce8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ The `llama` CLI tool helps you setup and use the Llama toolchain & agentic syste
|
||||||
### Subcommands
|
### Subcommands
|
||||||
1. `download`: `llama` cli tools supports downloading the model from Meta or HuggingFace.
|
1. `download`: `llama` cli tools supports downloading the model from Meta or HuggingFace.
|
||||||
2. `model`: Lists available models and their properties.
|
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](https://github.com/meta-llama/llama-stack/blob/main/docs/cli_reference.md#step-3-installing-and-configuring-distributions).
|
3. `stack`: Allows you to build and run a Llama Stack server. You can read more about this [here](https://github.com/meta-llama/llama-stack/blob/api_updates_1/docs/cli_reference.md#step-3-building-configuring-and-running-llama-stack-servers).
|
||||||
4. `api`: Allows you to build and run individual API providers (pieces) from the Llama Stack.
|
4. `api`: Allows you to build and run individual API providers (pieces) from the Llama Stack.
|
||||||
|
|
||||||
### Sample Usage
|
### Sample Usage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue