diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-05-08 22:52:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 22:52:18 +0300 |
commit | 56551bc11f46b2716fdf61bb48ac28414889dc0a (patch) | |
tree | a433cb1ba5dee840f9e3a8657d8001353d9b6825 | |
parent | fe60904eef4b504685fa0406cb19864ae619fb4f (diff) |
readme : add notice about upcoming breaking change
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |