TheBloke commited on
Commit
6aa067d
1 Parent(s): 789798e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,6 +27,8 @@ llama.cpp recently made a breaking change to its quantisation methods.
27
 
28
  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.
29
 
 
 
30
  ## Provided files
31
  | Name | Quant method | Bits | Size | RAM required | Use case |
32
  | ---- | ---- | ---- | ---- | ---- | ----- |
 
27
 
28
  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.
29
 
30
+ If you are currently unable to update llama.cpp, eg because you use a UI which hasn't updated yet, you can find GGMLs compatible with the older llama.cpp code in branch `previous_llama`
31
+
32
  ## Provided files
33
  | Name | Quant method | Bits | Size | RAM required | Use case |
34
  | ---- | ---- | ---- | ---- | ---- | ----- |