GGUF
conversational
random257 commited on
Commit
2bd86c4
·
verified ·
1 Parent(s): 29f463f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,16 +11,16 @@ license_link: https://huggingface.co/Qwen/Qwen3.5-122B-A10B/blob/main/LICENSE
11
  > * Best for testing; avoid public-facing applications.
12
 
13
  > **Note:**
14
- > * The internal MTP layer was ditched via `--no-mtp`. The uploader was *too lazy* to patch the conversion bugs.
15
  > * **Experimental conversions**; minor tensor misalignments, loading issues, or long-context quirks may occur. Use at your own risk.
16
 
17
  **BF16**: Directly converted from [wangzhang/Qwen3.5-122B-A10B-abliterix](https://huggingface.co/wangzhang/Qwen3.5-122B-A10B-abliterix) to GGUF (without MTP), split into multiple files, with updated `general.name`.
18
 
19
- **MQ68**: Mixed precision (Q6_K - Q8_0). Uses **Q6_K for large tensors** in expert blocks; BF16 for the output tensor; the rest remains at **Q8_0**. Inference speed is **0.8x** that of pure Q6_K.
20
 
21
  **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.*
22
 
23
- The upstream source model was altered by the Abliterix algorithm, causing degradation in emotional resonance, empathy, and literary creativity. It now exhibits a cold, mechanical personality (less severe than the 35B-A3B variant). This makes it highly effective for **critical review** tasks but suboptimal for creative writing. For models with restored emotional capabilities, please *use the Heretic variants* instead.
24
 
25
  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.
26
 
 
11
  > * Best for testing; avoid public-facing applications.
12
 
13
  > **Note:**
14
+ > * The internal MTP layer was ditched via `--no-mtp`. The uploader was *too lazy* to patch the conversion bugs. May impact inference speed.
15
  > * **Experimental conversions**; minor tensor misalignments, loading issues, or long-context quirks may occur. Use at your own risk.
16
 
17
  **BF16**: Directly converted from [wangzhang/Qwen3.5-122B-A10B-abliterix](https://huggingface.co/wangzhang/Qwen3.5-122B-A10B-abliterix) to GGUF (without MTP), split into multiple files, with updated `general.name`.
18
 
19
+ **MQ68**: Mixed precision (Q6_K - Q8_0). Uses **Q6_K for large tensors** in expert blocks; **BF16** for the output tensor; the rest remains at **Q8_0**. Inference speed is **0.8x** that of pure Q6_K.
20
 
21
  **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.*
22
 
23
+ 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.
24
 
25
  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.
26