Commit
·
4629b3e
1
Parent(s):
a395f96
"Update README.md"
Browse files
README.md
CHANGED
@@ -22,23 +22,26 @@ library_name: transformers
|
|
22 |
---
|
23 |
[]()
|
24 |
|
25 |
-
I
|
26 |
|
27 |
# falcon-7b-sft-top1-696 - GGUF
|
28 |
- Model creator: [OpenAssistant](https://huggingface.co/OpenAssistant)
|
29 |
- Original model: [falcon-7b-sft-top1-696](https://huggingface.co/OpenAssistant/falcon-7b-sft-top1-696)
|
30 |
|
31 |
-
#
|
32 |
|
33 |
-
As noted on the [Llama.cpp
|
34 |
|
35 |
-
|
36 |
|
37 |
-
**
|
38 |
-
|
39 |
-
**
|
40 |
-
|
41 |
-
|
|
|
|
|
|
|
42 |
|
43 |
|
44 |
|
|
|
22 |
---
|
23 |
[]()
|
24 |
|
25 |
+
I'm constantly enhancing these model descriptions to provide you with the most relevant and comprehensive information
|
26 |
|
27 |
# falcon-7b-sft-top1-696 - GGUF
|
28 |
- Model creator: [OpenAssistant](https://huggingface.co/OpenAssistant)
|
29 |
- Original model: [falcon-7b-sft-top1-696](https://huggingface.co/OpenAssistant/falcon-7b-sft-top1-696)
|
30 |
|
31 |
+
# Important Update for Falcon Models in llama.cpp Versions After October 18, 2023
|
32 |
|
33 |
+
As noted on the [Llama.cpp GitHub repository](https://github.com/ggerganov/llama.cpp#hot-topics), all new Llama.cpp releases after October 18, 2023, will require a re-quantization due to the new BPE tokenizer.
|
34 |
|
35 |
+
**Good news!** I am glad that my re-quantization process for Falcon Models is nearly complete. Download the latest quantized models to ensure compatibility with recent llama.cpp software.
|
36 |
|
37 |
+
**Key Points:**
|
38 |
+
|
39 |
+
- **Stay Informed:** Keep an eye on software application release schedules using llama.cpp libraries.
|
40 |
+
- **Monitor Upload Times:** Re-quantization is *almost* done. Watch for updates on my Hugging Face Model pages.
|
41 |
+
|
42 |
+
**Important Compatibility Note:** Old software will work with old Falcon models, but expect updated software to exclusively support the new models.
|
43 |
+
|
44 |
+
This change primarily affects **Falcon** and **Starcoder** models, with other models remaining unaffected.
|
45 |
|
46 |
|
47 |
|