You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Description:** Fixes some small nits in the llama CLI reference
Note: There are a few nits in this PR, but also has some small
suggestions, feel free to close if not necessary
Copy file name to clipboardExpand all lines: docs/source/references/llama_cli_reference/index.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# llama (server-side) CLI Reference
2
2
3
-
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.
3
+
The `llama` CLI tool helps you set up and use the Llama Stack. The CLI is available on your path after installing the `llama-stack` package.
4
4
5
5
## Installation
6
6
@@ -27,9 +27,9 @@ You have two ways to install Llama Stack:
27
27
28
28
29
29
## `llama` subcommands
30
-
1. `download`: `llama` cli tools supports downloading the model from Meta or Hugging Face.
31
-
2. `model`: Lists available models and their properties.
32
-
3. `stack`: Allows you to build and run a Llama Stack server. You can read more about this [here](../../distributions/building_distro).
30
+
1. `download`: Supports downloading models from Meta or Hugging Face. [Downloading models](#downloading-models)
31
+
2. `model`: Lists available models and their properties. [Understanding models](#understand-the-models)
32
+
3. `stack`: Allows you to build a stack using the `llama stack` distribution and run a Llama Stack server. You can read more about how to build a Llama Stack distribution in the [Build your own Distribution](../../distributions/building_distro) documentation.
33
33
34
34
### Sample Usage
35
35
@@ -117,7 +117,7 @@ You should see a table like this:
0 commit comments