From 6a17b7b18447b7f7356fe568da7dbf5e70404b63 Mon Sep 17 00:00:00 2001 From: reidliu Date: Mon, 10 Mar 2025 07:16:02 +0800 Subject: [PATCH] update description Signed-off-by: reidliu --- docs/source/references/llama_cli_reference/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/references/llama_cli_reference/index.md b/docs/source/references/llama_cli_reference/index.md index 777af4ccb..af09e09e8 100644 --- a/docs/source/references/llama_cli_reference/index.md +++ b/docs/source/references/llama_cli_reference/index.md @@ -199,6 +199,8 @@ The `llama model` command helps you explore the model’s interface. 2. `list`: Lists all the models available for download with hardware requirements to deploy the models. 3. `prompt-format`: Show llama model message formats. 4. `describe`: Describes all the properties of the model. +5. `verify-download`: Verify the downloaded checkpoints' checksums for models downloaded from Meta. +6. `remove`: Remove the downloaded llama model. ### Sample Usage