InferenceIllusionist commited on
Commit
a949e1f
·
verified ·
1 Parent(s): 5646575

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - merge
4
+ - gguf
5
+ - mixtral
6
+ - iMat
7
+ ---
8
+ <img src="https://i.imgur.com/P68dXux.png" width="400"/>
9
+
10
+ # miqu-evil-dpo-iMat-GGUF
11
+ Quantized from fp32 with love.
12
+ * Weighted quantizations created with .imatrix file calculated in 105 chunks and n_ctx=512 using groups_merged.txt
13
+
14
+
15
+ For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
16
+
17
+ <i>All quants are verified working prior to uploading to repo for your safety and convenience. </i>
18
+
19
+
20
+ <b>Tip:</b> Pick a size that can fit in your GPU 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.
21
+
22
+ FP16 model card can be found [here](https://huggingface.co/maywell/miqu-evil-dpo)