GGUF
conversational
random257 commited on
Commit
813ace3
·
verified ·
1 Parent(s): 4afc0ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -21,8 +21,6 @@ license_link: https://huggingface.co/Qwen/Qwen3.5-122B-A10B/blob/main/LICENSE
21
 
22
  **MQ516_special**: Mixed precision (Q5_K - BF16). Uses **Q5_K** only for *large tensors* in *early SSM* blocks, **Q6_K** for large tensors in *other expert blocks*, and retains **BF16** for all *small-to-medium and critical* tensors (including the output projection). Since all medium-sized mandatory (dense) tensors are BF16, inference speed drops to **0.55x** that of pure Q6_K. *Experimental; the strategy is purely heuristic and unverified.*
23
 
24
- The upstream source model was altered by the Abliterix algorithm, causing degradation in emotional resonance, empathy, and literary creativity. It now exhibits a slightly **cold**, **mechanical personality** (less severe than the 35B-A3B variant). This makes it effective for **critical review** tasks but suboptimal for creative writing. For models with restored emotional capabilities, please *use the Heretic variants* instead.
25
-
26
  Both MQ68 and MQ516_special can squeeze into a gfx1151-128G device. However on Windows, RAM offloading may cause further slowdowns compared to pure Q6_K (model size >96G, \~107G at 262k context), while also increasing OOM risks that require careful management; unlike pure Q6_K (\~104G at 262k context) which leaves sufficient margin and thus remains stable.
27
 
28
  **BF16**
 
21
 
22
  **MQ516_special**: Mixed precision (Q5_K - BF16). Uses **Q5_K** only for *large tensors* in *early SSM* blocks, **Q6_K** for large tensors in *other expert blocks*, and retains **BF16** for all *small-to-medium and critical* tensors (including the output projection). Since all medium-sized mandatory (dense) tensors are BF16, inference speed drops to **0.55x** that of pure Q6_K. *Experimental; the strategy is purely heuristic and unverified.*
23
 
 
 
24
  Both MQ68 and MQ516_special can squeeze into a gfx1151-128G device. However on Windows, RAM offloading may cause further slowdowns compared to pure Q6_K (model size >96G, \~107G at 262k context), while also increasing OOM risks that require careful management; unlike pure Q6_K (\~104G at 262k context) which leaves sufficient margin and thus remains stable.
25
 
26
  **BF16**