Update README.md
Browse files
README.md
CHANGED
@@ -248,9 +248,9 @@ Avoid shadows > md; prefer borders/dividers.
|
|
248 |
<table>
|
249 |
<thead><tr><th>Format</th><th>Footprint</th><th>Notes</th></tr></thead>
|
250 |
<tbody>
|
251 |
-
<tr><td>BF16</td><td
|
252 |
-
<tr><td>GGUF Q5_K_M</td><td
|
253 |
-
<tr><td>GGUF Q4_K_M</td><td
|
254 |
</tbody>
|
255 |
</table>
|
256 |
<hr/>
|
|
|
248 |
<table>
|
249 |
<thead><tr><th>Format</th><th>Footprint</th><th>Notes</th></tr></thead>
|
250 |
<tbody>
|
251 |
+
<tr><td>BF16</td><td>8.05 GB</td><td>Fastest, best fidelity</td></tr>
|
252 |
+
<tr><td>GGUF Q5_K_M</td><td>2.89 GB</td><td>Great quality/size trade-off</td></tr>
|
253 |
+
<tr><td>GGUF Q4_K_M</td><td>2.5 GB</td><td>Smallest comfortable for laptops</td></tr>
|
254 |
</tbody>
|
255 |
</table>
|
256 |
<hr/>
|