Skip to content

Commit 66a66a0

Browse files
committed
readme : add notice about new file format
ggml-ci
1 parent 811f653 commit 66a66a0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@
99

1010
Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++
1111

12-
### 🚧 Incoming breaking change + refactoring:
12+
### Hot topics
1313

14-
See PR https://github.com/ggerganov/llama.cpp/pull/2398 for more info.
14+
A new file format has been introduced: [GGUF](https://github.com/ggerganov/llama.cpp/pull/2398)
1515

16-
To devs: avoid making big changes to `llama.h` / `llama.cpp` until merged
16+
Last revision compatible with the old format: [dadbed9](https://github.com/ggerganov/llama.cpp/commit/dadbed99e65252d79f81101a392d0d6497b86caa)
17+
18+
### Current `master` should be considered in Beta - expect some issues for a few days!
19+
20+
### Be prepared to re-convert and / or re-quantize your GGUF models while this notice is up!
21+
22+
### Issues with non-GGUF models will be considered with low priority!
1723

1824
----
1925

0 commit comments

Comments
 (0)