GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE โ†’
Model Intelligence Sheet

jashepp/Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Hybrid-Imatrix-GGUF overview

๐Ÿ’Ž Qwopus 3.6 35B A3B Coder Custom Mixed Precision GGUFs with Imatrix Qwopus 3.6 35B A3B Coder is a practical coding agent fine tune focused on execution efficโ€ฆ

transformersggufqwenqwen3qwen3.5moedistillationchain-of-thoughtagentictool-usechained-distillimatrixGGUFmxfp4quantizedconversationaltext-generation-inferenceqwen3_6qwen3.6coderagentfunction-callingthinking-offlong-context

Runs locally from ~183.3 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
1,095
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Q8_0-Imatrix.ggufGGUFQ8_018.43 GBDownload
Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Q8_0_F16-Imatrix.ggufGGUFQ8_0_F1619.32 GBDownload
z-imatrix.ggufGGUFGGUF183.3 MBDownload

Model Details

Model IDjashepp/Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Hybrid-Imatrix-GGUF
Authorjashepp
Pipelinetext-generation
Licenseapache-2.0
Base modelJackrong/Qwopus3.6-35B-A3B-Coder
Last modified2026-07-13T18:25:07.000Z

Model README

---

license: apache-2.0

language:

  • en

library_name: transformers

base_model_relation: quantized

pipeline_tag: text-generation

base_model:

  • Jackrong/Qwopus3.6-35B-A3B-Coder

tags:

  • qwen
  • qwen3
  • qwen3.5
  • moe
  • distillation
  • chain-of-thought
  • agentic
  • tool-use
  • chained-distill
  • imatrix
  • GGUF
  • mxfp4
  • quantized
  • conversational
  • text-generation-inference
  • transformers
  • qwen3_6
  • qwen3.6
  • moe
  • coder
  • agent
  • function-calling
  • thinking-off
  • long-context
  • logic

---

๐Ÿ’Ž Qwopus-3.6-35B-A3B-Coder - Custom Mixed Precision GGUFs with Imatrix

> 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.

![Base model](https://huggingface.co/Jackrong/Qwopus3.6-35B-A3B-Coder)

![License](https://choosealicense.com/licenses/apache-2.0/)

This repository contains custom, highly optimized, multi-tier mixed precision GGUF weights for Jackrong/Qwopus3.6-35B-A3B-Coder.

Qwopus-3.6-35B-A3B-Coder achieves state-of-the-art performance among open-source models of comparable size across a broad range of agentic coding benchmarks.

> [!TIP]

> โ„น๏ธ For advanced agentic and programming tasks, I personally recommend trying out Ornith-1.0-35B for better quality results.

These quants were generated using manual layer targeting to maximize quality while shrinking the massive VRAM footprint of the Mixture of Experts layers.

๐Ÿ“„ GGUF Files

In order of quality:

| 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 |

๐Ÿ“Š Importance Matrix (Imatrix)

<details>

<summary>Expand to view datasets & details</summary>

The following datasets were used for the imatrix:

  • I am currently remaking this imatrix with 2048 ctx, 3000 chunks, with smaller sets of text
  • Old/Current: Custom Target Matrix (2048 ctx with 600 chunks), up to a max of 100MB of each:

- eaddario/imatrix-calibration - tools_huge

- Glint-Research/Fable-5-traces

- lordx64/fable-sft-combined-v2

- angrygiraffe/claude-opus-4.6-4.7-reasoning-8.7k

- nohurry/Opus-4.6-Reasoning-3000x-filtered

- eaddario/imatrix-calibration - code_huge, math_huge

- osunlp/QUEST-RL-Data

- osunlp/QUEST-SFT-Data-Open-ended

- m-a-p/CodeFeedback-Filtered-Instruction

- TuringEnterprises/Rubric-Graded-Reasoning) - Rubric-CS, Rubric-DS

</details>

---

๐Ÿ” Precision Matrix & Flavor Variations

Standard global quantization presets (like stock MXFP4_MOE) compress the backbone layers uniformly, which degrades the delicate reasoning capabilities of advanced agent models.\

This repository provides two distinct manual configuration layouts to balance precision and memory constraints:

1. The Tri-Quant Hybrid Flavor (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:

  • Tier 1 (Core & Mamba Gating - F16 Precision):

- 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.

  • Tier 2 (Backbone & Shared - Q8_0 Precision): ssm_out, *._shexp - Keeps the attention mechanics, and all trailing shared experts at high quality, to protect the logical research loops.
  • Tier 3 (Routed Experts - MXFP4 Precision): ffn_down_exps, ffn_gate_exps, ffn_up_exps - Shrink the massive background expert parameters directly to MXFP4.

2. The Dual-Quant Hybrid Flavor (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:

  • Tier 1 (Backbone - Q8_0 Precision): All attention blocks, Mamba structures, vocabulary embeddings, and internal routers use the universal Q8_0 format.
  • Tier 2 (Experts - MXFP4 Precision): The heavy sparse expert blocks are target-quantized directly to MXFP4.

---

๐Ÿ“ Exact Conversion Details

These files were converted via llama-quantize utilizing the following manual recipe parameters:

Convert SafeTensors to GGUF:

python convert_hf_to_gguf.py "Qwopus3.6-35B-A3B-Coder/" --outtype f16 --outfile "Qwopus3.6-35B-A3B-Coder_F16.gguf"

Generate Tri-Quant MXFP4_MOE + Q8_0 + F16:

llama-quantize \
  --tensor-type ".*_shexp\.weight=Q8_0" \
  --tensor-type "token_embd\.weight=F16" \
  --tensor-type "^output\.weight=F16" \
  --tensor-type "blk\..*\.(ssm_alpha|ssm_beta)\.weight=F16" \
  --tensor-type "blk\..*\.(ffn_down_exps|ffn_gate_exps|ffn_up_exps)\.weight=MXFP4" \
  --imatrix "imatrix.gguf" \
  "Qwopus3.6-35B-A3B-Coder_F16.gguf" \
  "Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Q8_0_F16-Imatrix.gguf" \
  Q8_0

Generate Dual-Quant MXFP4_MOE + Q8_0:

llama-quantize \
  --tensor-type ".*_shexp\.weight=Q8_0" \
  --tensor-type "blk\..*\.(ffn_down_exps|ffn_gate_exps|ffn_up_exps)\.weight=MXFP4" \
  --imatrix "imatrix.gguf" \
  "Qwopus3.6-35B-A3B-Coder_F16.gguf" \
  "Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Q8_0-Imatrix.gguf" \
  Q8_0

---

โ„น๏ธ Misc Details

I'm doing this as a side hobby, with my AMD 5900X, 64GB DDR4, RTX 3060 12GB & RTX 5060 Ti 16GB.

๐Ÿค Support the Journey

As a passionate developer, I'm always programming, automating, or experimenting with new ideas.\

I love building open-source tools, trying out new web tech, and creating things that don't yet exist, including local AI & quantizing models.

I love sharing these creations to give back to the community.\

If my projects have saved you time or helped you out, consider supporting my work below!

๐Ÿ‘‰ Support me on Ko-fi

---

โœจ Acknowledgments

  • Jackrong for the exceptional Qwopus3.6-35B-A3B-Coder base model.

๐Ÿ“œ License

See Jackrong/Qwopus3.6-35B-A3B-Coder.

๐Ÿ”— Citation

@misc{jackrong_qwopus36_35b_a3b_coder,
  title        = {Qwopus-3.6-35B-A3B-Coder},
  author       = {Jackrong},
  year         = {2026},
  publisher    = {Hugging Face},
  howpublished = {\url{https://huggingface.co/Jackrong/Qwopus-3.6-35B-A3B-Coder}}
}

Run jashepp/Qwopus3.6-35B-A3B-Coder-MXFP4_MOE_Hybrid-Imatrix-GGUF with guIDE

Download guIDE โ€” the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE โ†’ ยท Browse 524k+ models ยท Compare models

Source: Hugging Face ยท Compare models