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

Generates unified embeddings for text, images, video, visual documents and interleaved multimodal inputs with configurable output dimensions and Matryoshka truncation to trade accuracy for cost. Model weights and code are released under Apache-2.0; the 9B variant scores 80.6 on MMEB-v2.

Hugging Face
AI Video2026

Conditions a MiniMax‑H3 video generator with a single ControlNet‑Union checkpoint to accept Canny, Depth, HED, MLSD or Pose control videos and run video inpainting. Guidance‑distilled for one‑pass inference; requires the base MiniMax‑H3 weights and specific control-branch config.

Hugging Face
AI Model2026

Provides 2-bit quantized weights of Qwen3.8-27B (~10.15 GB) for local deployment, enabling the full 27B parameter model to run on a single 24 GB GPU with long-context support. Delivered as safetensors plus a companion SGLang runtime; measured to match FP8 reference on common benchmarks with small or no quality loss.