aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c6f24d0..8e1945c 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)