maddes8cht
commited on
Commit
•
f2053f4
1
Parent(s):
61e70e0
"Update README.md"
Browse files
README.md
CHANGED
@@ -21,23 +21,26 @@ license: apache-2.0
|
|
21 |
---
|
22 |
[![banner](https://maddes8cht.github.io/assets/buttons/Huggingface-banner.jpg)]()
|
23 |
|
24 |
-
I
|
25 |
|
26 |
# falcon-7b-instruct - GGUF
|
27 |
- Model creator: [tiiuae](https://huggingface.co/tiiuae)
|
28 |
- Original model: [falcon-7b-instruct](https://huggingface.co/tiiuae/falcon-7b-instruct)
|
29 |
|
30 |
-
#
|
31 |
|
32 |
-
As noted on the [Llama.cpp
|
33 |
|
34 |
-
|
35 |
|
36 |
-
**
|
37 |
-
|
38 |
-
**
|
39 |
-
|
40 |
-
|
|
|
|
|
|
|
41 |
|
42 |
|
43 |
|
@@ -45,6 +48,8 @@ As a solo operator of this page, I'm doing my best to expedite the process, but
|
|
45 |
# Brief
|
46 |
Tiiuae-Falcon 7B instruct is the original instruction following Falcon model from Tiiuae, converted to gguf format.
|
47 |
|
|
|
|
|
48 |
|
49 |
|
50 |
# About GGUF format
|
|
|
21 |
---
|
22 |
[![banner](https://maddes8cht.github.io/assets/buttons/Huggingface-banner.jpg)]()
|
23 |
|
24 |
+
I'm constantly enhancing these model descriptions to provide you with the most relevant and comprehensive information
|
25 |
|
26 |
# falcon-7b-instruct - GGUF
|
27 |
- Model creator: [tiiuae](https://huggingface.co/tiiuae)
|
28 |
- Original model: [falcon-7b-instruct](https://huggingface.co/tiiuae/falcon-7b-instruct)
|
29 |
|
30 |
+
# Important Update for Falcon Models in llama.cpp Versions After October 18, 2023
|
31 |
|
32 |
+
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.
|
33 |
|
34 |
+
**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.
|
35 |
|
36 |
+
**Key Points:**
|
37 |
+
|
38 |
+
- **Stay Informed:** Keep an eye on software application release schedules using llama.cpp libraries.
|
39 |
+
- **Monitor Upload Times:** Re-quantization is *almost* done. Watch for updates on my Hugging Face Model pages.
|
40 |
+
|
41 |
+
**Important Compatibility Note:** Old software will work with old Falcon models, but expect updated software to exclusively support the new models.
|
42 |
+
|
43 |
+
This change primarily affects **Falcon** and **Starcoder** models, with other models remaining unaffected.
|
44 |
|
45 |
|
46 |
|
|
|
48 |
# Brief
|
49 |
Tiiuae-Falcon 7B instruct is the original instruction following Falcon model from Tiiuae, converted to gguf format.
|
50 |
|
51 |
+
---
|
52 |
+
|
53 |
|
54 |
|
55 |
# About GGUF format
|