GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

tomngdev/MTP-Qwen3.5-35B-A3B-GGUF overview

MTP Qwen3.5 35B A3B GGUF This repository contains MTP GGUF files only for Qwen/Qwen3.5 35B A3B https://huggingface.co/Qwen/Qwen3.5 35B A3B . To be used with mo…

ggufmtpqwen3_5_moespeculative-decodingbase_model:Qwen/Qwen3.5-35B-A3Bbase_model:quantized:Qwen/Qwen3.5-35B-A3Blicense:apache-2.0endpoints_compatibleregion:usconversational

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

Downloads
70
Likes
0
Pipeline
Author

Repository Files & Downloads

4 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
mtp-BF16.ggufGGUFBF163.48 GBDownload
mtp-F16.ggufGGUFF163.48 GBDownload
mtp-Q4_K_M.ggufGGUFQ4_K_M1.51 GBDownload
mtp-Q8_0.ggufGGUFQ8_01.85 GBDownload

Model Details

Model IDtomngdev/MTP-Qwen3.5-35B-A3B-GGUF
Authortomngdev
Pipeline
Licenseapache-2.0
Base modelQwen/Qwen3.5-35B-A3B
Last modified2026-06-28T12:01:12.000Z

Model README

---

license: apache-2.0

license_link: https://huggingface.co/Qwen/Qwen3.5-35B-A3B/blob/main/LICENSE

base_model:

  • Qwen/Qwen3.5-35B-A3B

tags:

  • mtp
  • gguf
  • qwen3_5_moe
  • speculative-decoding

---

MTP-Qwen3.5-35B-A3B-GGUF

This repository contains MTP GGUF files only for Qwen/Qwen3.5-35B-A3B.

To be used with models without MTP included, such as deepreinforce-ai/Ornith-1.0-35B-GGUF

It does not include the full base model. These files are intended to be used as the MTP / speculative decoding component together with the matching full model GGUF.

Q4_K_M and Q8_0 quants used unsloth/Qwen3.5-35B-A3B-MTP-GGUF for recipe.

Files

| File | Quant | Size |

|---|---:|---:|

| mtp-BF16.gguf | BF16 | 3.48 GiB |

| mtp-F16.gguf | F16 | 3.48 GiB |

| mtp-Q8_0.gguf | Q8_0 | 1.85 GiB |

| mtp-Q4_K_M.gguf (Recommended) | Q4_K_M | 1.51 GiB |

Usage

Example with llama-server:

llama-server \
  -m /path/to/Qwen3.5-35B-A3B.gguf \
  -md /path/to/mtp-Q4_K_M.gguf \
  --spec-type draft-mtp \
  --spec-draft-n-max 2

Notes

  • These files are not usable standalone.
  • Use only with the matching base model.
  • License follows the original base model license.

Run tomngdev/MTP-Qwen3.5-35B-A3B-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