From 7b4004c0b1b1cbb509a170ac572a115a8c74457a Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 29 Oct 2024 17:55:10 -0700 Subject: [PATCH] asthetic fix --- docs/source/cli_reference/download_models.md | 4 ++-- docs/source/cli_reference/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.