Organize references

This commit is contained in:
Ashwin Bharambe 2024-11-22 16:46:45 -08:00
parent 6fbf526d5c
commit 6229562760
5 changed files with 17 additions and 13 deletions

View file

@ -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

View file

@ -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.

View file

@ -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