NVFP4 (NVIDIA Blackwell FP4) GGUF quantization of the Qwen3.5-4B-Instruct multimodal language model with thinking disabled by default.
About NVFP4
NVFP4 is NVIDIA's native 4-bit floating-point format (E4M3 — 1 sign, 4 exponent, 3 mantissa) designed for Blackwell GPU architectures. Key characteristics:
Aspect
NVFP4
INT4 (e.g. Q4_K_M)
Format
FP4 (E4M3)
Integer
Block size
Per-tensor
Block 32
Dynamic range
~240 (wide)
Fixed
Zero representation
Exact
Exact
Hardware acceleration
Blackwell tensor cores
CPU / any GPU
Dequantization overhead
None (native)
Required
When to use NVFP4: You are running on an NVIDIA Blackwell GPU (RTX 5060, 5070, 5080, 5090, B100, B200, etc.) and want maximum performance with native 4-bit tensor core acceleration.
When to use a traditional format (Q4_K_M, Q5_K_M, etc.): You are running on pre-Blackwell hardware (Ampere, Ada Lovelace, Hopper), AMD GPUs, or CPU inference.
Files
File
Type
Size
Description
qwen35-4b-instruct-nvfp4.gguf
Text model
2.54 GB
Qwen3.5-4B-Instruct text model, NVFP4 quantized
mmproj-qwen35-4b-f16.gguf
Vision encoder
0.67 GB
Multimodal projector (SigLIP ViT), F16
Quantization Details
Parameter
Value
Quantization format
NVFP4 (E4M3)
Block size
Per-tensor
Bits per weight
~4.74
Hardware target
NVIDIA Blackwell (RTX 5000 series, B-series)
VRAM requirement
~3 GB (text) + ~0.7 GB (vision)
Model Description
Qwen3.5-4B-Instruct is a 4 billion-parameter multimodal language model from the Qwen team at Alibaba. It supports:
Text generation with instruction following
Image understanding (multimodal via SigLIP vision encoder)