From: Georgi Gerganov Date: Wed, 19 Apr 2023 16:07:54 +0000 (+0300) Subject: readme : add warning about Q4_2 and Q4_3 X-Git-Tag: gguf-v0.4.0~923 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=7cd5c4a3e9106151d48f328bb3c94c298a211f18;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add warning about Q4_2 and Q4_3 --- diff --git a/README.md b/README.md index c6f24d03..8e1945cf 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ +**Warnings** + +- `Q4_2` and `Q4_3` are still in development. Do not expect any kind of backward compatibility until they are finalize + **Hot topics:** - [Added LoRA support](https://github.com/ggerganov/llama.cpp/pull/820)