DmitryDB/Qwen3.6-35B-A3B-Heretic-MOE-v3
Qwen3.6-35B-A3B Heretic-MoE-v3
This repository contains the reproducible Heretic-MoE-v3 release derived from `Qwen/Qwen3.6-35B-A3B`. The search and release tooling is developed in `dborzoff/Heretic-MOE`.
Release status: complete. Published weight files are single-file artifacts. Reproducibility manifests record sizes and SHA-256 digests; private evaluation prompts and generated response archives are not published.
Release variants
Balanced and Max are selected only after a high-fidelity recheck. If both roles resolve to the same physical checkpoint, the manifest records the alias instead of duplicating weights.
- Balanced is the default choice when preserving the upstream model is the priority.
- Max is the stronger refusal-removal candidate within the same 0.5% PPL preservation gate.
Search and verification contract
The search stores numeric metrics, parameters, manifests, and hashes under `research/`. Private evaluation prompts and generated response archives are not published.
Published artifacts
The repository also contains one shared BF16 multimodal projector. Vision weights are unchanged by the Heretic-MOE text-model transformation, so the projector is not duplicated for Balanced and Max.
Repository layout
Q6, Q4, and IQ files are generated from the matching winner-specific imatrix. The ordinary layers of each IQ2 file use IQ2XXS. Eleven MTP weight tensors in `blk.40` use Q4K because the inference calibration path cannot activate the MTP prediction head and therefore cannot provide imatrix entries for it. This exception is recorded in the release manifests rather than silently producing an invalid low-bit file.
NVFP4 profiles
The W4A4 tensor and quantizer schema is matched against `nvidia/Qwen3.6-35B-A3B-NVFP4`: 291 quantized modules and 331 enabled input quantizers. The Heretic-MOE values are independently calibrated from the Balanced and Max BF16 masters, so they are not byte copies of NVIDIA's upstream weights.
The multimodal projector remains a separate artifact for GGUF runtimes. No W8/W4 Lean ConvRot file is claimed for this release because no verified Qwen3.6-MoE consumer recipe was available for that layout. INT8 Lean ConvRot and both NVFP4 profiles are specialized packed layouts and require a compatible loader; they are not drop-in replacements for the BF16 Transformers checkpoint.
Compatibility boundary
Qwen3.6-35B-A3B is a native multimodal MoE model. GGUF model and projector compatibility is verified with a pinned official llama.cpp commit. A compact safetensors file is not described as a working text encoder until its target consumer loads it and passes a conditioning smoke test.
Reproducibility
The release includes:
- the immutable search and finalist manifests;
- numeric, text-free candidate and recheck summaries;
- source, toolchain, calibration-corpus, and output SHA-256 hashes;
- exact Heretic-MOE and llama.cpp commits;
- conversion and quantization manifests;
- validation results for every published artifact.
Heretic-MOE source and reproducibility tools: <https://github.com/dborzoff/Heretic-MOE>
License
The derivative follows the upstream Apache-2.0 license. Review the upstream Qwen3.6 model card and license before deployment.
