GGUF
conversational
random257 commited on
Commit
70da86e
·
verified ·
1 Parent(s): 14ba98a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,8 +11,8 @@ 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. May impact inference speed.
15
- > * MTP-grafted version pending. Upstream direct conversion buggy; separate MTP file required for build.
16
  > * **Experimental conversions**; minor tensor misalignments, loading issues, or long-context quirks may occur. Use at your own risk.
17
 
18
  **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`.
@@ -23,7 +23,7 @@ license_link: https://huggingface.co/Qwen/Qwen3.5-122B-A10B/blob/main/LICENSE
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**
29
  <details>
 
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
+ > * (And honestly, MTP only gives a 0\~15% speedup at this model scale while eating up extra VRAM, so support may be delayed or dropped.)
16
  > * **Experimental conversions**; minor tensor misalignments, loading issues, or long-context quirks may occur. Use at your own risk.
17
 
18
  **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`.
 
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**
29
  <details>