robinshao/hauhau_qwen36_35b_a3b_mxfp4_gguf_mtp overview
hauhau qwen36 35b a3b mxfp4 gguf mtp This repo contains a local MXFP4 MOE GGUF export of HauhauCS/Qwen3.6 35B A3B Uncensored HauhauCS Aggressive together with …
Runs locally from ~1.44 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | robinshao/hauhau_qwen36_35b_a3b_mxfp4_gguf_mtp |
|---|---|
| Author | robinshao |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive,khoi11/Qwen3.6-35B-A3B-Uncensored-HauhauCS-FP16 |
| Last modified | 2026-06-26T12:28:44.000Z |
Model README
---
license: apache-2.0
language:
- en
- zh
- multilingual
tags:
- gguf
- llama.cpp
- qwen
- qwen3.6
- moe
- mxfp4
- mtp
- speculative-decoding
- text-generation
pipeline_tag: text-generation
base_model:
- HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive
- khoi11/Qwen3.6-35B-A3B-Uncensored-HauhauCS-FP16
---
hauhau_qwen36_35b_a3b_mxfp4_gguf_mtp
This repo contains a local MXFP4_MOE GGUF export of HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive together with a separate MTP draft GGUF for speculative decoding in a patched local llama.cpp toolchain.
Files
hauhau_qwen36_35b_a3b_mxfp4_robinstyle.gguf: main text model in robinshao-style MXFP4 layouthauhau_qwen36_35b_a3b_mxfp4_mtp.gguf: MTP draft GGUF used with--spec-type draft-mtpllama.cpp.src-patched.zip: patched localllama.cppsource snapshot used for conversion and servingbuild_result.json: build and validation summary for the main model and MTP draftmtp-benchmark.json: short local speed comparison between baseline and MTP serving
Quantization Notes
- Source FP16 weights:
khoi11/Qwen3.6-35B-A3B-Uncensored-HauhauCS-FP16 - Upstream model lineage:
HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive - Main model converted for text inference and quantized into a robinshao-style
MXFP4_MOEGGUF - MTP draft exported as a separate GGUF for speculative decoding with patched
llama.cpp - Vision tensors are not included in the final serving package
Local Deployment Notes
This pair was validated locally on Windows with patched llama.cpp using speculative decoding:
llama-server -m hauhau_qwen36_35b_a3b_mxfp4_robinstyle.gguf \
--spec-type draft-mtp \
--spec-draft-model hauhau_qwen36_35b_a3b_mxfp4_mtp.gguf \
--spec-draft-device CUDA0 \
--spec-draft-ngl all \
--jinja \
--device CUDA0 \
--gpu-layers all \
--ctx-size 8192 \
--batch-size 768 \
--ubatch-size 128 \
--flash-attn on \
--cache-type-k f16 \
--cache-type-v f16 \
--cache-ram 0
In a short local API benchmark on an RTX 4000 Ada, the MTP setup improved decode speed from about 103.45 tok/s to about 131.65 tok/s, roughly 1.27x.
Caveats
- This is a text-only export, not the original multimodal package.
- The draft file is intended for speculative decoding and is not a standalone replacement for the main model.
- Native training context metadata remains
262144, but the actual no-offload local limit depends on GPU VRAM, KV cache settings, and whether the draft model is loaded.
Run robinshao/hauhau_qwen36_35b_a3b_mxfp4_gguf_mtp with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models