InferenceIllusionist
commited on
Commit
•
9e2b445
1
Parent(s):
95a6d6c
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: intervitens/mini-magnum-12b-v1.1
|
3 |
+
library_name: transformers
|
4 |
+
quantized_by: InferenceIllusionist
|
5 |
+
tags:
|
6 |
+
- iMat
|
7 |
+
- gguf
|
8 |
+
- Mistral
|
9 |
+
license: apache-2.0
|
10 |
+
---
|
11 |
+
<img src="https://i.imgur.com/P68dXux.png" width="400"/>
|
12 |
+
|
13 |
+
# mini-magnum-12b-v1.1-iMat-GGUF
|
14 |
+
|
15 |
+
> [!WARNING]
|
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. Official support for Kobold.cpp is still [pending](https://github.com/LostRuins/koboldcpp/issues/1011). </b>
|
17 |
+
|
18 |
+
Quantized from mini-magnum-12b-v1.1 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>
|
23 |
+
|
24 |
+
<b>KL-Divergence Reference Chart</b>
|
25 |
+
(Click on image to view in full size)
|
26 |
+
[<img src="https://i.imgur.com/mV0nYdA.png" width="920"/>](https://i.imgur.com/mV0nYdA.png)
|
27 |
+
|
28 |
+
> [!TIP]
|
29 |
+
><b>Quant-specific Tips:</b>
|
30 |
+
>* If you are getting a `cudaMalloc failed: out of memory` error, try passing an argument for lower context in llama.cpp, e.g. for 8k: `-c 8192`
|
31 |
+
>* If you have all ampere generation or newer cards, you can use flash attention like so: `-fa`
|
32 |
+
>* Provided Flash Attention is enabled you can also use quantized cache to save on VRAM e.g. for 8-bit: `-ctk q8_0 -ctv q8_0`
|
33 |
+
>* Mistral recommends a temperature of 0.3 for this model
|
34 |
+
|
35 |
+
|
36 |
+
Original model card can be found [here](https://huggingface.co/intervitens/mini-magnum-12b-v1.1)
|