]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add re-quantization warning
authorGeorgi Gerganov <redacted>
Sun, 14 May 2023 14:26:41 +0000 (17:26 +0300)
committerGitHub <redacted>
Sun, 14 May 2023 14:26:41 +0000 (17:26 +0300)
README.md

index a1b8e29e8f6e1f6e4c8830701c48abbcde10e9ce..1b4fed4560d3b87790dbc0ec6b480d4e26392cd2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
 
 Tensor library for machine learning
 
+**⚠️ The quantization formats Q4 and Q5 have been updated: https://github.com/ggerganov/ggml/pull/154 - requantize any old models**
+
 ***Note that this project is under development and not ready for production use. \
 Some of the development is currently happening in the [llama.cpp](https://github.com/ggerganov/llama.cpp) and [whisper.cpp](https://github.com/ggerganov/whisper.cpp) repos***