From 1c85f30db1ab43b8c2ee6b23619060664eb83e90 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 1 Nov 2024 10:46:17 -0700 Subject: [PATCH] missing links --- docs/source/cli_reference/index.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 ``` -![alt text](../resources/prompt-format.png) +![alt text](../../resources/prompt-format.png)