AIAny
AI Model2026
Icon for item

unsloth/Qwen3.6-27B-NVFP4

Provides an NVFP4-quantized 27B Qwen3.6 checkpoint optimized for faster, low-memory multimodal inference on 24GB GPUs. Includes MTP (multi-token prediction), extended 262k native context, and deployment recipes for vLLM/SGLang/KTransformers; best used with recommended backends for peak throughput.

Introduction

Qwen3.6-27B NVFP4 from Unsloth makes a practical trade-off: it sacrifices full-precision weights to run a dense 27B multimodal Qwen3.6 model much faster and with lower VRAM needs, enabling single-24GB-GPU deployments and high-concurrency inference that would otherwise require bigger infrastructure. That makes high-quality Qwen3.6 capabilities (vision+text, long-context reasoning, agentic coding features) accessible for smaller teams and edge server setups.

Key Capabilities
  • Throughput-optimized NVFP4 quant: reported up to ~2.5× throughput vs other NVFP4 checkpoints in Unsloth benchmarks, with explicit tuning for NVIDIA/CUTE-DSL/CUTLASS backends and vLLM. This yields much higher decode tokens/sec on supported hardware.
  • 24GB VRAM compatibility: engineered to run on a single 24GB GPU for inference, lowering deployment cost compared to full BF16/FP8 variants while keeping model-level capabilities intact.
  • Multimodal and extended-context support: retains Qwen3.6’s vision encoder and a native 262,144-token context (configurable up to ~1,010,000 with YaRN), so it supports image/text and long-horizon reasoning tasks.
  • Performance features for production: includes MTP (multi-token prediction) for speculative decoding, vLLM/KTransformers/SGLang serving examples, and backend guidance (e.g., avoid Marlin backend; use native vLLM or CUTLASS/CUTE-DSL where recommended).
Who it's for and trade-offs

Great fit if you need a deployable Qwen3.6 variant that: runs on a single 24GB GPU, prioritizes inference throughput and concurrency, and integrates with vLLM/SGLang/KTransformers. It’s also attractive for multimodal agents or long-context applications where lowering GPU requirements matters. Look elsewhere if you require maximum numeric fidelity (FP16/BF16/FP8) for research-grade comparisons, or if your stack cannot use the recommended inference backends—throughput gains depend on using the supported engine/configs. Quantization can introduce modest accuracy differences vs full-precision baselines; Unsloth reports similar benchmark performance across many tasks, but you should validate on your target workloads.

Where it fits

This artifact is a deployment-focused, calibrated NVFP4 checkpoint of Qwen3.6-27B maintained by Unsloth (with the original Qwen3.6 architecture). Use it when the operational goal is cost-effective, high-throughput serving of a capable multimodal LLM; use FP16/BF16/FP8 variants when absolute numerical parity or training/fine-tuning is required.

Information

  • Websitehuggingface.co
  • OrganizationsUnsloth, Qwen Team (Qwen), Hugging Face
  • Published date2026/04/23

Categories

More Items

Hugging Face
AI Model2026

Provides GGUF-format fine-tuned Qwen3.6-27B weights optimized for consumer hardware, offering NEO IMATRIX and MTP quant variants, vision support, 256k native context, and uncensored 'heretic' traces with published benchmark improvements over the base model.

GitHub
AI Model2026

Unifies multimodal understanding, reasoning, and image generation in a single end-to-end architecture using the NEO-unify paradigm. Models pixels and words jointly without a separate visual encoder, and provides interleaved image–text generation, infographic editing, and GGUF/low‑VRAM inference options.

Hugging Face
AI Model2026

Timestamp-aware realtime video→text model that processes incoming frames continuously, answers questions mid-stream or emits silence when evidence is insufficient, and can revise earlier outputs as new frames arrive. Built for timestamped multimodal interaction with a 256K context and an 11B-parameter backbone.