diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-04-19 19:07:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 19:07:54 +0300 |
commit | 7cd5c4a3e9106151d48f328bb3c94c298a211f18 (patch) | |
tree | 20ea8f378103e7535d43233fded1e2ab28e9e9b3 | |
parent | f3d4edf504c19ee9d1381c5727fe38667205d979 (diff) |
readme : add warning about Q4_2 and Q4_3
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |