aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-05-08 22:52:18 +0300
committerGitHub <noreply@github.com>2023-05-08 22:52:18 +0300
commit56551bc11f46b2716fdf61bb48ac28414889dc0a (patch)
treea433cb1ba5dee840f9e3a8657d8001353d9b6825
parentfe60904eef4b504685fa0406cb19864ae619fb4f (diff)
readme : add notice about upcoming breaking change
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index f029f06..045f995 100644
--- 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)