InferenceIllusionist
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,8 @@ tags:
|
|
10 |
# Wizard-LM-2-8x22-iMat-GGUF
|
11 |
|
12 |
|
13 |
-
Quantized from fp32 with love.
|
14 |
-
* Weighted quantizations created
|
15 |
-
* Calculated in 105 chunks with n_ctx=512 using groups_merged.txt
|
16 |
|
17 |
For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
|
18 |
|
@@ -21,4 +20,4 @@ For a brief rundown of iMatrix quant performance please see this [PR](https://gi
|
|
21 |
|
22 |
<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.
|
23 |
|
24 |
-
|
|
|
10 |
# Wizard-LM-2-8x22-iMat-GGUF
|
11 |
|
12 |
|
13 |
+
Quantized from fp32 with love.
|
14 |
+
* Weighted quantizations created with .imatrix file calculated in 105 chunks with n_ctx=512 using groups_merged.txt
|
|
|
15 |
|
16 |
For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
|
17 |
|
|
|
20 |
|
21 |
<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.
|
22 |
|
23 |
+
BFloat16 model card can be found [here](https://huggingface.co/maywell/miqu-evil-dpo)
|