Views
No views yet

bc1qsvfduzj9fjs9fugpc52yver3f2g8fp7xjxecdvOpenYourMind/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated. See the parent repo for the full pipeline: refusal ablation → constrained-LoRA Opus reasoning SFT → unconstrained chosen-completion SFT → Kimi K2.6 reasoning DPO (≈3,000 distilled samples + synthetic data, improving reasoning verbosity on ~12% of requests and removing looping on 2–6% of long-tail conversations).mmproj), so it runs as a full multimodal (image + text) model in llama.cpp / LM Studio.| File | Bits/weight | Size | Notes |
|---|---|---|---|
Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-Q4_K_M.gguf | ~4.6 | ~76 GB | Language model. Q4_K_M keeps output.weight at higher precision. MTP head included. |
mmproj-Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-F16.gguf | F16 | ~0.9 GB | Vision projector (qwen3vl_merger, Qwen3.5 vision tower). Load alongside the model for image input. |
mmproj file to enable image input. The vision tower is the standard Qwen3.5-122B-A10B Qwen3-VL encoder (carried over unchanged from the base model), F16.1# llama.cpp multimodal CLI
2llama-mtmd-cli \
3 -m Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-Q4_K_M.gguf \
4 --mmproj mmproj-Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-F16.gguf \
5 --image path/to/image.jpg \
6 -p "Describe this image." -ngl 99mmproj-*.gguf in the same folder as the model — it is detected automatically and the image-attachment button becomes available.blk.48.nextn.*, qwen35moe.nextn_predict_layers). Recent llama.cpp with qwen35moe MTP support (e.g. LM Studio's llama.cpp 2.15.0) can load it and expose "MTP Speculative Decoding" in the advanced load settings.llama.cpp build that supports the qwen35moe architecture (Gated DeltaNet linear-attn + MoE).1llama-cli -m Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-Q4_K_M.gguf \
2 -p "Explain why the sky is blue." -ngl 99 -c 8192mmproj) + MTP head (see caveat)