Views
No views yet
Base model credit: Fusion is Kyle Hessling’s reasoning⊕coding merge of Qwen3.6-27B lineage. This repo only adds Heretic abliteration + GGUF packaging. See the Fusion BF16 card for merge method, benchmarks, and intended use.
| File | Quant | Approx. size | Notes |
|---|---|---|---|
Qwopus3.6-27B-Fusion-heretic-MTP-F16.gguf | F16 | ~51 GB | Full-precision GGUF (conversion source) |
Qwopus3.6-27B-Fusion-heretic-MTP-Q8_0.gguf | Q8_0 | ~28 GB | High-fidelity; also used as imatrix host |
Qwopus3.6-27B-Fusion-heretic-MTP-Q5_K_M.gguf | Q5_K_M | ~19 GB | Imatrix-guided; strong quality/size |
Qwopus3.6-27B-Fusion-heretic-MTP-Q4_K_M.gguf | Q4_K_M | ~16 GB | Imatrix-guided; good default on 24–32 GB GPUs |
KeywordRate + KLDivergencemlabonne/harmful_behaviors + mlabonne/harmless_alpacablk.64 / nextn tensors bundled). Heretic’s merge-save dropped MTP safetensors; those tensors were grafted back from Fusion BF16 before convert.llama.cpp convert → Q8_0 → imatrix (WikiText-2 calib, 100×256 chunks) → Q4_K_M and Q5_K_M with --imatrix.Abliteration reduces refusal behavior; it does not remove your responsibility for how you use the model. Follow applicable law and the Qwen license.
1./llama-server \
2 -m Qwopus3.6-27B-Fusion-heretic-MTP-Q4_K_M.gguf \
3 -ngl 99 -c 32768 --jinja \
4 --spec-type draft-mtp --spec-draft-n-max 4.gguf of your choice. Prefer builds that understand Qwen3.6 / qwen35 and MTP speculative decoding if you want draft speedups.llama-server / llama-swap endpoint serving one of these files. Thinking mode follows the Fusion / Qwen3.6 chat template (enable_thinking / jinja).| Parameters | ~27B |
| Architecture | Qwen3.6 / qwen35 hybrid (linear + periodic full attention) |
| Context | Up to 262,144 native (practical limit = VRAM + KV cache) |
| Vision | Not included in these text GGUFs (BF16 Fusion retains vision tensors) |
| MTP | Included (NextN / draft head) |
| License | Qwen (see license link in YAML) |
| Step | Source / tool |
|---|---|
| Base | KyleHessling1/Qwopus3.6-27B-Fusion-BF16 |
| Abliteration | Heretic v1.4.0 |
| Convert / quant / imatrix | llama.cpp |
| Uploader | AtticusG3 |
blk.64) tensors lacked imatrix entries and fell back to plain K-quants.1@misc{qwopus36-fusion-heretic-mtp-gguf,
2 title = {Qwopus3.6-27B-Fusion-heretic-MTP GGUF},
3 author = {AtticusG3},
4 year = {2026},
5 howpublished = {\url{https://huggingface.co/AtticusG3/Qwopus3.6-27B-Fusion-heretic-MTP-GGUF}},
6 note = {Heretic abliteration of KyleHessling1/Qwopus3.6-27B-Fusion-BF16; imatrix GGUF quants}
7}