Update README.md
Browse files
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 |
| ---- | ---- | ---- | ---- | ---- | ----- |
|