Views
No views yet
Qwopus-3.6-35B-A3B-Coder is a practical coding-agent fine-tune focused on execution efficiency, not simply longer visible reasoning. It is designed for real agentic coding workflows where the model repeatedly reads files, chooses tools, edits code, runs tests, reacts to errors, and summarizes work. The core goal is to complete more of these steps with less token waste, lower latency, and more stable behavior when explicit long thinking is disabled.
[!TIP] ℹ️ For advanced agentic and programming tasks, I personally recommend trying out Ornith-1.0-35B for better quality results.
| Filename | Size | Quants |
|---|---|---|
| Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Q8_0_F16-Imatrix.gguf | 20.7 GB | MXFP4_MOE + Q8_0 + F16 |
| Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Q8_0-Imatrix.gguf | 19.8 GB | MXFP4_MOE + Q8_0 |
100MB of each:MXFP4_MOE) compress the backbone layers uniformly, which degrades the delicate reasoning capabilities of advanced agent models.MXFP4 + Q8_0 + F16)Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Q8_0_F16-Imatrix.gguf - Designed for maximum quality preservation, this layout implements a strict 3-Tier Precision Matrix:token_embd.weight, output.weight - Protects the critical input/output vocabulary mappings. Dramatically prevents text degradation.ssm_alpha, ssm_beta - Protects the integrity of the Mamba state-space calculations across long-range context tokens.ssm_out, *._shexp - Keeps the attention mechanics, and all trailing shared experts at high quality, to protect the logical research loops.ffn_down_exps, ffn_gate_exps, ffn_up_exps - Shrink the massive background expert parameters directly to MXFP4.MXFP4 + Q8_0)Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Q8_0-Imatrix.gguf - Designed for a slightly leaner memory profile, this layout utilizes 2-Tier Precision:Q8_0 format.MXFP4.llama-quantize utilizing the following manual recipe parameters:python convert_hf_to_gguf.py "Qwopus3.6-35B-A3B-Coder/" --outtype f16 --outfile "Qwopus3.6-35B-A3B-Coder_F16.gguf"1llama-quantize \
2 --tensor-type ".*_shexp\.weight=Q8_0" \
3 --tensor-type "token_embd\.weight=F16" \
4 --tensor-type "^output\.weight=F16" \
5 --tensor-type "blk\..*\.(ssm_alpha|ssm_beta)\.weight=F16" \
6 --tensor-type "blk\..*\.(ffn_down_exps|ffn_gate_exps|ffn_up_exps)\.weight=MXFP4" \
7 --imatrix "imatrix.gguf" \
8 "Qwopus3.6-35B-A3B-Coder_F16.gguf" \
9 "Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Q8_0_F16-Imatrix.gguf" \
10 Q8_01llama-quantize \
2 --tensor-type ".*_shexp\.weight=Q8_0" \
3 --tensor-type "blk\..*\.(ffn_down_exps|ffn_gate_exps|ffn_up_exps)\.weight=MXFP4" \
4 --imatrix "imatrix.gguf" \
5 "Qwopus3.6-35B-A3B-Coder_F16.gguf" \
6 "Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Q8_0-Imatrix.gguf" \
7 Q8_0Qwopus3.6-35B-A3B-Coder base model.1@misc{jackrong_qwopus36_35b_a3b_coder,
2 title = {Qwopus-3.6-35B-A3B-Coder},
3 author = {Jackrong},
4 year = {2026},
5 publisher = {Hugging Face},
6 howpublished = {\url{https://huggingface.co/Jackrong/Qwopus-3.6-35B-A3B-Coder}}
7}