forked from phoenix-oss/llama-stack-mirror
Organize references
This commit is contained in:
parent
6fbf526d5c
commit
6229562760
5 changed files with 17 additions and 13 deletions
|
@ -1,8 +1,11 @@
|
|||
# References
|
||||
|
||||
- [Llama CLI](llama_cli_reference/index) for building and running your Llama Stack server
|
||||
- [Llama Stack Client CLI](llama_stack_client_cli_reference/index) for interacting with your Llama Stack server
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
:hidden:
|
||||
|
||||
```
|
||||
|
||||
# llama_cli_reference/index
|
||||
# llama_cli_reference/download_models
|
||||
# llama_stack_client_cli_reference/index
|
||||
llama_cli_reference/index
|
||||
llama_stack_client_cli_reference/index
|
||||
llama_cli_reference/download_models
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# llama CLI Reference
|
||||
# llama (server-side) CLI Reference
|
||||
|
||||
The `llama` CLI tool helps you setup and use the Llama Stack. It should be available on your path after installing the `llama-stack` package.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# llama-stack-client CLI Reference
|
||||
# llama (client-side) CLI Reference
|
||||
|
||||
You may use the `llama-stack-client` to query information about the distribution.
|
||||
The `llama-stack-client` CLI allows you to query information about the distribution.
|
||||
|
||||
## Basic Commands
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue