]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Fix typo in readme
authorPavol Rusnak <redacted>
Sat, 18 Mar 2023 21:39:46 +0000 (22:39 +0100)
committerPavol Rusnak <redacted>
Sat, 18 Mar 2023 22:18:04 +0000 (23:18 +0100)
README.md

index 187f82f61962645c8c123c2074a007dccdd55525..1fe5b54269d13190ea80c688906c5a20133a272e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -165,7 +165,7 @@ and sufficient RAM to load them. At the moment, memory and disk requirements are
 | model | original size | quantized size (4-bit) |
 |-------|---------------|------------------------|
 | 7B    | 13 GB         | 3.9 GB                 |
-| 15B   | 24 GB         | 7.8 GB                 |
+| 13B   | 24 GB         | 7.8 GB                 |
 | 30B   | 60 GB         | 19.5 GB                |
 | 65B   | 120 GB        | 38.5 GB                |