AIAny
AI Model2026
Icon for item

havenoammo/Qwen3.6-27B-MTP-UD-GGUF

Merges Unsloth UD XL quantized GGUF of Qwen3.6-27B with compact Q8_0 MTP heads to enable multi-token (speculative) decoding on llama.cpp builds that support MTP; aimed at image-text-to-text usage with reduced MTP overhead.

Introduction

Combines an Unsloth UD XL quantization of the Qwen3.6-27B base with compact, Q8_0-encoded Multi-Token Prediction (MTP) heads grafted on top. The core idea is to keep the heavy base model in an efficient dynamic quantized GGUF while preserving near-lossless MTP drafts in Q8_0 to enable speculative / multi-token decoding without fully requantizing the MTP heads.

What Sets It Apart
  • Quantization + grafted MTP: uses Unsloth Dynamic 2.0 UD XL for the main weights and merges separate Q8_0 MTP layers, which means you get the inference-memory savings of UD XL while retaining effective MTP drafts. So what: lower memory/throughput cost for enabling speculative decoding compared with keeping all MTP layers at full precision.
  • Practical compatibility note: designed to run with llama.cpp builds that include MTP/speculative-decoding support (the model card references PR #22673). So what: you can run speculative decoding locally with llama-server if you follow the custom-build requirement; otherwise the grafted MTP heads will not be used.
  • Targeted pipeline and tradeoffs: labeled for image-text-to-text and built from Qwen3.6-27B artifacts. So what: it’s suitable for multimodal inference scenarios that benefit from multi-token drafts, but it is a specialized build (GGUF + grafted heads) rather than an official upstream release.
Who It's For and Trade-offs

Great fit if you need a quantized Qwen3.6 variant that can leverage multi-token/speculative decoding for higher throughput in multimodal (image+text) tasks and you can run or build a llama.cpp runtime with MTP support. Look elsewhere if you need a drop-in Hugging Face Transformers model or managed serving that uses standard inference stacks without custom speculative-decoding patches — those environments may ignore the grafted MTP heads. Also note this repository stores the merged GGUF artifacts and conversion script; it intentionally trades some operational simplicity for a smaller MTP memory footprint (Q8_0) to avoid requantizing the full model.

Information

Categories

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.