maddes8cht commited on
Commit
45b043a
1 Parent(s): 7c28554

"Update README.md"

Browse files
Files changed (1) hide show
  1. README.md +1 -12
README.md CHANGED
@@ -16,24 +16,13 @@ I'm constantly enhancing these model descriptions to provide you with the most r
16
 
17
  # K-Quants in Falcon 7b models
18
 
19
- New releases of Llama.cpp now support K-quantization for previously incompatible models, in particular all Falcon 7B models. This is achieved by employing a fallback solution for model layers that cannot be quantized with real K-quants.
20
 
21
  For Falcon 7B models, although only a quarter of the layers can be quantized with true K-quants, this approach still benefits from utilizing *different* legacy quantization types Q4_0, Q4_1, Q5_0, and Q5_1. As a result, it offers better quality at the same file size or smaller file sizes with comparable performance.
22
 
23
  So this solution ensures improved performance and efficiency over legacy Q4_0, Q4_1, Q5_0 and Q5_1 Quantizations.
24
 
25
 
26
- # Important Update for Falcon Models in llama.cpp Versions After October 18, 2023
27
-
28
- As previously noted on the [Llama.cpp GitHub repository](https://github.com/ggerganov/llama.cpp#hot-topics), all new Llama.cpp releases after October 18, 2023, required re-quantization due to the implementation of the new BPE tokenizer.
29
-
30
- This re-quantization process for Falcon Models is now complete, the latest quantized models are available here for download. To ensure continued compatibility with recent llama.cpp software, You need to update your Falcon models.
31
-
32
- - **Stay Informed:** Keep an eye on software application release schedules using llama.cpp libraries.
33
- - **Monitor Upload Times:** Re-quantization is complete. Watch for updates on my Hugging Face Model pages.
34
-
35
- This change only affects **Falcon** and **Starcoder** models, with other models remaining unaffected.
36
-
37
 
38
 
39
 
 
16
 
17
  # K-Quants in Falcon 7b models
18
 
19
+ New releases of Llama.cpp now support K-quantization for previously incompatible models, in particular all Falcon 7B models (While Falcon 40b is and always has been fully compatible with K-Quantisation). This is achieved by employing a fallback solution for model layers that cannot be quantized with real K-quants.
20
 
21
  For Falcon 7B models, although only a quarter of the layers can be quantized with true K-quants, this approach still benefits from utilizing *different* legacy quantization types Q4_0, Q4_1, Q5_0, and Q5_1. As a result, it offers better quality at the same file size or smaller file sizes with comparable performance.
22
 
23
  So this solution ensures improved performance and efficiency over legacy Q4_0, Q4_1, Q5_0 and Q5_1 Quantizations.
24
 
25
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
 
28