Update README.md
Browse files
README.md
CHANGED
@@ -33,11 +33,11 @@ The following formats are included:
|
|
33 |
* q5_1 - 5-bit
|
34 |
* q8_0 - 8-bit
|
35 |
|
36 |
-
## THESE FILES REQUIRE LATEST LLAMA.CPP (May
|
37 |
|
38 |
llama.cpp recently made a breaking change to its quantisation methods.
|
39 |
|
40 |
-
I have quantised the GGML files in this repo with the latest version. Therefore you will require llama.cpp compiled on May
|
41 |
|
42 |
I will not be providing GGML formats for the older llama.cpp code. They're already uploaded all over HF if you really need them!
|
43 |
|
|
|
33 |
* q5_1 - 5-bit
|
34 |
* q8_0 - 8-bit
|
35 |
|
36 |
+
## THESE FILES REQUIRE LATEST LLAMA.CPP (May 19th 2023 - commit b9fd7ee)!
|
37 |
|
38 |
llama.cpp recently made a breaking change to its quantisation methods.
|
39 |
|
40 |
+
I have quantised the GGML files in this repo with the latest version. Therefore you will require llama.cpp compiled on May 19th or later (commit `b9fd7ee` or later) to use them.
|
41 |
|
42 |
I will not be providing GGML formats for the older llama.cpp code. They're already uploaded all over HF if you really need them!
|
43 |
|