diff --git a/docs/source/cli_reference/download_models.md b/docs/source/cli_reference/download_models.md index eb1d76685..3007aa88d 100644 --- a/docs/source/cli_reference/download_models.md +++ b/docs/source/cli_reference/download_models.md @@ -37,7 +37,7 @@ llama model list You should see a table like this: -
+```
 +----------------------------------+------------------------------------------+----------------+
 | Model Descriptor                 | Hugging Face Repo                        | Context Length |
 +----------------------------------+------------------------------------------+----------------+
@@ -91,7 +91,7 @@ You should see a table like this:
 +----------------------------------+------------------------------------------+----------------+
 | Llama-Guard-2-8B                 | meta-llama/Llama-Guard-2-8B              | 4K             |
 +----------------------------------+------------------------------------------+----------------+
-
+``` To download models, you can use the llama download command. diff --git a/docs/source/cli_reference/index.md b/docs/source/cli_reference/index.md index b51edbd29..bb221b3a9 100644 --- a/docs/source/cli_reference/index.md +++ b/docs/source/cli_reference/index.md @@ -60,7 +60,7 @@ llama model list You should see a table like this: -
+```
 +----------------------------------+------------------------------------------+----------------+
 | Model Descriptor                 | Hugging Face Repo                        | Context Length |
 +----------------------------------+------------------------------------------+----------------+
@@ -114,7 +114,7 @@ You should see a table like this:
 +----------------------------------+------------------------------------------+----------------+
 | Llama-Guard-2-8B                 | meta-llama/Llama-Guard-2-8B              | 4K             |
 +----------------------------------+------------------------------------------+----------------+
-
+``` To download models, you can use the llama download command.