Qwopus3.5-122B-A10B-abliterated-uncensored — GGUF

Overview

GGUF builds of OpenYourMind/Qwopus3.5-122B-A10B-abliterated-uncensored — the language-model portion only (vision tower and MTP head are not currently supported by llama.cpp for this architecture, so they were dropped for the GGUF builds; use the BF16 repo if you need vision/MTP).

The base model: full BF16 abliterated and supervised-finetuned variant of Qwen/Qwen3.5-122B-A10B (Mixture of Experts, ~10B active / 122B total). See the parent repo for the full pipeline (refusal ablation → constrained-LoRA Opus reasoning SFT → unconstrained chosen-completion SFT).

Files

File Bits/weight Size Notes
Qwopus3.5-122B-A10B-abliterated-uncensored.Q8_0.gguf ~8.5 ~121 GB Near-lossless. Best quality / largest.
Qwopus3.5-122B-A10B-abliterated-uncensored.Q4_K_M.gguf ~4.6 ~75 GB Recommended balance. Q4_K_M keeps output.weight at Q6_K for better head precision. Quantized from Q8_0 with --allow-requantize.

Usage

Requires a recent llama.cpp build that supports qwen3_5_moe (Gated DeltaNet linear-attn + MoE). Tested against the unsloth/llama.cpp fork.

# CLI
./build/bin/llama-cli \
  -m Qwopus3.5-122B-A10B-abliterated-uncensored.Q4_K_M.gguf \
  -p "Write a Python function that finds prime factors of n." \
  -n 256 -c 8192

# Server (OpenAI-compatible)
./build/bin/llama-server \
  -m Qwopus3.5-122B-A10B-abliterated-uncensored.Q4_K_M.gguf \
  -c 16384 --host 0.0.0.0 --port 8080

The chat template is embedded in the GGUF (Qwen 3.5 <|im_start|> style, with <think>...</think> thinking blocks).

Notes

  • Language model only: vision tower + MTP head are not in these GGUFs.
  • Context length: native 262,144 (use -c to fit available memory).
  • License: Other (inherits from the Qwen3.5 base license).
  • Architecture (per GGUF metadata): 48 blocks, hidden 3072, 256 experts, 8 used per token, expert FFN 1024, full-attention every 4 layers (linear-attn elsewhere).

Support & Community

Thanks

  • Jackrong — for the idea of Qwopus merges (Opus distillations on Qwen models).
  • wangzhang — for the wonderful abliterix framework, which was customized to do this abliteration.

Disclaimer

Use is the responsibility of the user. Ensure your usage complies with applicable laws, platform rules, and deployment requirements.

Downloads last month
259
GGUF
Model size
122B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for OpenYourMind/Qwopus3.5-122B-A10B-abliterated-uncensored-GGUF

Quantized
(112)
this model