Commit
·
995c951
1
Parent(s):
2b9ddd2
"Update README.md"
Browse files
README.md
CHANGED
@@ -15,23 +15,26 @@ license: apache-2.0
|
|
15 |
---
|
16 |
[![banner](https://maddes8cht.github.io/assets/buttons/Huggingface-banner.jpg)]()
|
17 |
|
18 |
-
I
|
19 |
|
20 |
# openbuddy-falcon-40b-v9-bf16 - GGUF
|
21 |
- Model creator: [OpenBuddy](https://huggingface.co/OpenBuddy)
|
22 |
- Original model: [openbuddy-falcon-40b-v9-bf16](https://huggingface.co/OpenBuddy/openbuddy-falcon-40b-v9-bf16)
|
23 |
|
24 |
-
#
|
25 |
|
26 |
-
As noted on the [Llama.cpp
|
27 |
|
28 |
-
|
29 |
|
30 |
-
**
|
31 |
-
|
32 |
-
**
|
33 |
-
|
34 |
-
|
|
|
|
|
|
|
35 |
|
36 |
|
37 |
|
@@ -42,6 +45,8 @@ OpenBuddy provides strong multiligual Model variants. On their Huggingface Organ
|
|
42 |
> Our mission with OpenBuddy is to provide a free, open, and offline-capable AI model that operates on users' devices, irrespective of their language or cultural background. We strive to empower individuals worldwide to access and benefit from AI technology.
|
43 |
|
44 |
|
|
|
|
|
45 |
|
46 |
|
47 |
# About GGUF format
|
|
|
15 |
---
|
16 |
[![banner](https://maddes8cht.github.io/assets/buttons/Huggingface-banner.jpg)]()
|
17 |
|
18 |
+
I'm constantly enhancing these model descriptions to provide you with the most relevant and comprehensive information
|
19 |
|
20 |
# openbuddy-falcon-40b-v9-bf16 - GGUF
|
21 |
- Model creator: [OpenBuddy](https://huggingface.co/OpenBuddy)
|
22 |
- Original model: [openbuddy-falcon-40b-v9-bf16](https://huggingface.co/OpenBuddy/openbuddy-falcon-40b-v9-bf16)
|
23 |
|
24 |
+
# Important Update for Falcon Models in llama.cpp Versions After October 18, 2023
|
25 |
|
26 |
+
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.
|
27 |
|
28 |
+
**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.
|
29 |
|
30 |
+
**Key Points:**
|
31 |
+
|
32 |
+
- **Stay Informed:** Keep an eye on software application release schedules using llama.cpp libraries.
|
33 |
+
- **Monitor Upload Times:** Re-quantization is *almost* done. Watch for updates on my Hugging Face Model pages.
|
34 |
+
|
35 |
+
**Important Compatibility Note:** Old software will work with old Falcon models, but expect updated software to exclusively support the new models.
|
36 |
+
|
37 |
+
This change primarily affects **Falcon** and **Starcoder** models, with other models remaining unaffected.
|
38 |
|
39 |
|
40 |
|
|
|
45 |
> Our mission with OpenBuddy is to provide a free, open, and offline-capable AI model that operates on users' devices, irrespective of their language or cultural background. We strive to empower individuals worldwide to access and benefit from AI technology.
|
46 |
|
47 |
|
48 |
+
---
|
49 |
+
|
50 |
|
51 |
|
52 |
# About GGUF format
|