TheBloke commited on
Commit
9aaa9f1
1 Parent(s): caf266f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 only compatible with llama.cpp as of June 6th, commit `2d43387`.
59
 
60
- They will NOT be compatible with koboldcpp, text-generation-ui, and other UIs and libraries yet. Support is expected to come over the next few days.
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