diff --git a/docs/source/cli_reference/index.md b/docs/source/cli_reference/index.md index bb221b3a9..351cccaad 100644 --- a/docs/source/cli_reference/index.md +++ b/docs/source/cli_reference/index.md @@ -169,7 +169,7 @@ The `llama model` command helps you explore the model’s interface. ``` llama model --help ``` -
+``` usage: llama model [-h] {download,list,prompt-format,describe} ... Work with llama models @@ -179,7 +179,7 @@ options: model_subcommands: {download,list,prompt-format,describe} -+``` You can use the describe command to know more about a model: ``` @@ -187,7 +187,7 @@ llama model describe -m Llama3.2-3B-Instruct ``` ### Describe -
+``` +-----------------------------+----------------------------------+ | Model | Llama3.2-3B-Instruct | +-----------------------------+----------------------------------+ @@ -219,14 +219,15 @@ llama model describe -m Llama3.2-3B-Instruct | | "top_k": 0 | | | } | +-----------------------------+----------------------------------+ -+``` + ### Prompt Format You can even run `llama model prompt-format` see all of the templates and their tokens: ``` llama model prompt-format -m Llama3.2-3B-Instruct ``` - +