TheBloke commited on
Commit
076a7ab
1 Parent(s): 8cdb208

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 12th 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 12th 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
 
 
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