]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add notice about upcoming breaking change
authorGeorgi Gerganov <redacted>
Mon, 8 May 2023 19:52:18 +0000 (22:52 +0300)
committerGitHub <redacted>
Mon, 8 May 2023 19:52:18 +0000 (22:52 +0300)
README.md

index f029f06a89cc2dc797938f40e5f177d141ea8e8c..045f9953471540b8a27cb313a6026277da29095d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,6 +7,14 @@
 
 Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++
 
+## ⚠️ TEMPORARY NOTICE ABOUT UPCOMING BREAKING CHANGE ⚠️
+
+**The quantization formats will soon be updated: https://github.com/ggerganov/llama.cpp/pull/1305**
+
+**All `ggml` model files using the old format will not work with the latest `llama.cpp` code after that change is merged**
+
+---
+
 **Hot topics:**
 
 - [Roadmap May 2023](https://github.com/ggerganov/llama.cpp/discussions/1220)