Update README.md
Browse files
README.md
CHANGED
@@ -55,9 +55,9 @@ They should be compatible with all current UIs and libraries that use llama.cpp,
|
|
55 |
|
56 |
### New k-quant methods: `q2_K, q3_K_S, q3_K_M, q3_K_L, q4_K_S, q4_K_M, q5_K_S, q6_K`
|
57 |
|
58 |
-
These new quantisation methods are
|
59 |
|
60 |
-
They
|
61 |
|
62 |
## Explanation of the new k-quant methods
|
63 |
|
|
|
55 |
|
56 |
### New k-quant methods: `q2_K, q3_K_S, q3_K_M, q3_K_L, q4_K_S, q4_K_M, q5_K_S, q6_K`
|
57 |
|
58 |
+
These new quantisation methods are compatible with llama.cpp as of June 6th, commit `2d43387`.
|
59 |
|
60 |
+
They are now also compatible with recent releases of text-generation-webui, KoboldCpp, llama-cpp-python and ctransformers. Other tools and libraries may or may not be compatible - check their documentation if in doubt.
|
61 |
|
62 |
## Explanation of the new k-quant methods
|
63 |
|