Cinder is the
NVFP4 quantization of
Ember — the abliterated (refusal-removed) build of
Qwen/Qwen3.6-35B-A3B. Same surgical abliteration, ~3× smaller:
~22 GB vs ~66 GB for the BF16 Ember.
For the full method writeup, retention evidence, and the BF16 weights, see
Ember. The patch + method:
heretic-fused-moe-abliteration.
The fused MoE experts are FP4-packed; the hybrid layers are preserved in BF16. Verified post-quant:
1vllm serve <path-to-cinder> \
2 --quantization compressed-tensors \
3 --max-model-len 131072 \
4 --enable-auto-tool-choice --tool-call-parser qwen3_coder --reasoning-parser qwen3 \
5 --trust-remote-code
Refusal behavior is removed (same as Ember). You own the guardrails. Research / red-team / operator-controlled use.