readme : add warning about Q4_2 and Q4_3

This commit is contained in:
Georgi Gerganov 2023-04-19 19:07:54 +03:00 committed by GitHub
parent f3d4edf504
commit 7cd5c4a3e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)