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

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.