From: Georgi Gerganov Date: Mon, 8 May 2023 19:52:18 +0000 (+0300) Subject: readme : add notice about upcoming breaking change X-Git-Tag: gguf-v0.4.0~783 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=56551bc11f46b2716fdf61bb48ac28414889dc0a;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add notice about upcoming breaking change --- diff --git a/README.md b/README.md index f029f06a..045f9953 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)