InferenceIllusionist
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ license: apache-2.0
|
|
16 |
><b>Important Note:</b> Inferencing in llama.cpp has now been merged in [PR #8604](https://github.com/ggerganov/llama.cpp/pull/8604). Please ensure you are on release [b3438](https://github.com/ggerganov/llama.cpp/releases/tag/b3438) or newer. Text-generation-web-ui (Ooba) is also working as of 7/23. Kobold.cpp working as of [v1.71](https://github.com/LostRuins/koboldcpp/releases/tag/v1.71). </b>
|
17 |
|
18 |
Quantized from magnum-12b-v2.5-kto fp16
|
19 |
-
* Weighted quantizations were creating using fp16 GGUF and groups_merged.txt in 92 chunks and n_ctx=512
|
20 |
* Static fp16 will also be included in repo
|
21 |
* For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
|
22 |
* <i>All quants are verified working prior to uploading to repo for your safety and convenience</i>
|
|
|
16 |
><b>Important Note:</b> Inferencing in llama.cpp has now been merged in [PR #8604](https://github.com/ggerganov/llama.cpp/pull/8604). Please ensure you are on release [b3438](https://github.com/ggerganov/llama.cpp/releases/tag/b3438) or newer. Text-generation-web-ui (Ooba) is also working as of 7/23. Kobold.cpp working as of [v1.71](https://github.com/LostRuins/koboldcpp/releases/tag/v1.71). </b>
|
17 |
|
18 |
Quantized from magnum-12b-v2.5-kto fp16
|
19 |
+
* Weighted quantizations were creating using fp16 GGUF and [groups_merged.txt](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384) (special thanks to [Kalomaze](https://huggingface.co/kalomaze)) in 92 chunks and n_ctx=512
|
20 |
* Static fp16 will also be included in repo
|
21 |
* For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
|
22 |
* <i>All quants are verified working prior to uploading to repo for your safety and convenience</i>
|