asthetic fix

This commit is contained in:
Xi Yan 2024-10-29 17:55:10 -07:00
parent 2865bf8a4a
commit 7b4004c0b1
2 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ llama model list
You should see a table like this:
<pre style="font-family: monospace;">
```
+----------------------------------+------------------------------------------+----------------+
| 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 |
+----------------------------------+------------------------------------------+----------------+
</pre>
```
To download models, you can use the llama download command.

View file

@ -60,7 +60,7 @@ llama model list
You should see a table like this:
<pre style="font-family: monospace;">
```
+----------------------------------+------------------------------------------+----------------+
| 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 |
+----------------------------------+------------------------------------------+----------------+
</pre>
```
To download models, you can use the llama download command.