Koshkasa commited on
Commit
9c26567
·
verified ·
1 Parent(s): 54ae9bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ base_model_relation: quantized
19
 
20
  As denoted [by its creators](https://github.com/localai-org/apex-quant), APEX is "a novel MoE-aware mixed-precision quantization technique for llama.cpp". I suggest reading their information on the how and why of the method.
21
 
22
- These two GGUFs are APEX quantizations of [Vortex5/Shadow-Siren-26B-A4B](https://huggingface.co/Vortex5/Shadow-Siren-26B-A4B), using [EmanuelOverride's custom APEX recipe, HarmonicMinus](https://huggingface.co/EmanuelOverride/gemma-4-26B-A4B-it-heretic-APEX-GGUF/blob/main/configs/HarmonicMinus.txt), and a minor customization of that edit to cap shared ffn at Q6_K and replace Q4_K and Q4_0 (which was a fallback for ffn_down_exps from Q3_K) sparse expert quants with MXFP4. Both recipes use **mradermacher**'s imatrix found [here](https://huggingface.co/mradermacher/Shadow-Siren-26B-A4B-i1-GGUF)
23
 
24
  To quote EmanuelOverride regarding the philosophy behind HarmonicMinus:
25
 
 
19
 
20
  As denoted [by its creators](https://github.com/localai-org/apex-quant), APEX is "a novel MoE-aware mixed-precision quantization technique for llama.cpp". I suggest reading their information on the how and why of the method.
21
 
22
+ These two GGUFs are APEX quantizations of [Vortex5/Shadow-Siren-26B-A4B](https://huggingface.co/Vortex5/Shadow-Siren-26B-A4B), using EmanuelOverride's custom APEX recipe, [HarmonicMinus](https://huggingface.co/EmanuelOverride/gemma-4-26B-A4B-it-heretic-APEX-GGUF/blob/main/configs/HarmonicMinus.txt), and a minor customization of that edit to cap shared ffn at Q6_K and replace Q4_K and Q4_0 (which was a fallback for ffn_down_exps from Q3_K) sparse expert quants with MXFP4. Both recipes use **mradermacher**'s imatrix found [here](https://huggingface.co/mradermacher/Shadow-Siren-26B-A4B-i1-GGUF)
23
 
24
  To quote EmanuelOverride regarding the philosophy behind HarmonicMinus:
25