From: Pavol Rusnak Date: Sat, 18 Mar 2023 21:39:46 +0000 (+0100) Subject: Fix typo in readme X-Git-Tag: gguf-v0.4.0~1216 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=6f61c18ec9a30416e21ed5abfb1321bdb14979be;p=pkg%2Fggml%2Fsources%2Fllama.cpp Fix typo in readme --- diff --git a/README.md b/README.md index 187f82f6..1fe5b542 100644 --- 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 |