Skip to content

Commit d33b8ea

Browse files
authored
docs: Small nits in llama CLI reference (#1542)
**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
1 parent c3d7d17 commit d33b8ea

File tree

1 file changed

+7
-8
lines changed
  • docs/source/references/llama_cli_reference

1 file changed

+7
-8
lines changed

docs/source/references/llama_cli_reference/index.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# llama (server-side) CLI Reference
22

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

55
## Installation
66

@@ -27,9 +27,9 @@ You have two ways to install Llama Stack:
2727

2828

2929
## `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.
3333

3434
### Sample Usage
3535

@@ -117,7 +117,7 @@ You should see a table like this:
117117
+----------------------------------+------------------------------------------+----------------+
118118
```
119119

120-
To download models, you can use the llama download command.
120+
To download models, you can use the `llama download` command.
121121

122122
### Downloading from [Meta](https://llama.meta.com/llama-downloads/)
123123

@@ -191,7 +191,7 @@ You should see a table like this:
191191
The `llama model` command helps you explore the model’s interface.
192192

193193
1. `download`: Download the model from different sources. (meta, huggingface)
194-
2. `list`: Lists all the models available for download with hardware requirements to deploy the models.
194+
2. `list`: Lists all the models available for download with hardware requirements for deploying the models.
195195
3. `prompt-format`: Show llama model message formats.
196196
4. `describe`: Describes all the properties of the model.
197197

@@ -262,13 +262,12 @@ llama model prompt-format -m Llama3.2-3B-Instruct
262262
![alt text](../../../resources/prompt-format.png)
263263
264264
265-
266265
You will be shown a Markdown formatted description of the model interface and how prompts / messages are formatted for various scenarios.
267266
268267
**NOTE**: Outputs in terminal are color printed to show special tokens.
269268
270269
### Remove model
271-
You can run `llama model remove` to remove unecessary model:
270+
You can run `llama model remove` to remove an unnecessary model:
272271
273272
```
274273
llama model remove -m Llama-Guard-3-8B-int8

0 commit comments

Comments
 (0)