InferenceIllusionist commited on
Commit
c3b6d8e
1 Parent(s): 00f52ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - gguf
4
+ - iMat
5
+ license: apache-2.0
6
+ ---
7
+ <img src="https://i.imgur.com/P68dXux.png" width="400"/>
8
+
9
+ # dolphin-2.9.1-mixtral-1x22b-iMat-GGUF
10
+
11
+ Quantized from fp16.
12
+ * Weighted quantizations were creating using fp16 GGUF and [groups_merged-enhancedV2-TurboMini.txt](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-9432658) in 234 chunks and n_ctx=512
13
+ * This method of calculating the importance matrix showed improvements in some areas for Mistral 7b and Llama3 8b models, see above post for details
14
+ * The enhancedv2-turbomini file appends snippets from turboderp's calibration data to the standard groups_merged.txt file
15
+
16
+ For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
17
+
18
+ <i>All quants are verified working prior to uploading to repo for your safety and convenience. </i>
19
+
20
+
21
+ <b>Tip:</b> Pick a file size under your GPU's VRAM while still allowing some room for context for best speed. You may need to pad this further depending on if you are running image gen or TTS as well.
22
+
23
+ Original model card can be found [here](https://huggingface.co/cognitivecomputations/dolphin-2.9.1-mixtral-1x22b)