robinshao/hauhau_qwen36_35b_a3b_mxfp4_gguf_mtp_visualsupport overview
hauhau qwen36 35b a3b mxfp4 gguf mtp visualsupport This repo contains the local serving package for HauhauCS/Qwen3.6 35B A3B Uncensored HauhauCS Aggressive usi…
Runs locally from ~585.7 MB 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_visualsupport |
|---|---|
| Author | robinshao |
| Pipeline | image-text-to-text |
| 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-28T09:18:29.000Z |
Model README
---
license: apache-2.0
language:
- en
- zh
- multilingual
tags:
- gguf
- llama.cpp
- qwen
- qwen3.6
- moe
- multimodal
- image-text-to-text
- mxfp4
- mtp
- speculative-decoding
pipeline_tag: image-text-to-text
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_visualsupport
This repo contains the local serving package for HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive using a robinshao-style MXFP4_MOE main GGUF, a separate MTP draft GGUF for speculative decoding, and a separate multimodal mmproj GGUF for image input support in patched llama.cpp.
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-mtpmmproj-Hauhau_Qwen36_35B_A3B_Fp16-Q8_0.gguf: multimodal projector / vision encoder GGUFllama.cpp.src-patched.zip: patched localllama.cppsource snapshot used for conversion and servingbuild_result.json: build and validation summarymtp-benchmark.json: short local speed comparison for the text+MTP serving pair
Package 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 and draft model reuse the previously validated robinshao-style MXFP4 + MTP export
- Visual support is provided by a newly exported
mmprojGGUF from the original multimodal FP16 checkpoint - This serving package is multimodal only when the main model is loaded together with the
mmprojfile
Local Deployment Notes
Validated locally on Windows with patched llama.cpp using speculative decoding and multimodal input:
llama-server -m hauhau_qwen36_35b_a3b_mxfp4_robinstyle.gguf --mmproj mmproj-Hauhau_Qwen36_35B_A3B_Fp16-Q8_0.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 512 --ubatch-size 128 --flash-attn on --cache-type-k f16 --cache-type-v f16 --cache-ram 0
Local validation confirmed:
- the model still loads with
draft-mtp - the
mmprojloads successfully /v1/chat/completionsaccepts image input- a real image smoke test identified the primary object correctly
Caveats
- The main GGUF and MTP draft are still the same text-focused MXFP4 exports; visual support comes from the additional
mmprojfile. - If you omit
--mmproj, the package behaves like the earlier text-only MTP release. - Native training context metadata remains
262144, but local no-offload limits still depend on VRAM, KV cache settings, and whether the draft model is loaded.
Run robinshao/hauhau_qwen36_35b_a3b_mxfp4_gguf_mtp_visualsupport with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models