Qwen · vision language

Qwen2-VL-2B-Instruct

Qwen/Qwen2-VL-2B-Instruct

Qwen2-VL-2B-Instruct at Q4_K_M is exactly 986,046,944 bytes (0.92 GiB / 0.99 GB) — an effective 3.571 bits per weight, not the nominal 4. Its KV cache at 32K is 0.88 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
2.2B
Architecture
qwen2vl
28 layers
Context
32,768
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ2_M0.56 GiB601,053,4402.177bartowski
Q2_K0.63 GiB676,303,6162.449bartowski
IQ3_XS0.68 GiB731,697,9202.650bartowski
Q2_K_L0.68 GiB732,823,8082.654bartowski
Q3_K_S0.71 GiB760,943,3602.756bartowski
IQ3_M0.72 GiB776,662,7842.813bartowski
Q3_K_M0.77 GiB824,177,4082.985bartowski
Q3_K_L0.82 GiB880,161,5363.188bartowski
IQ4_XS0.83 GiB895,730,4323.244bartowski
IQ4_NL0.87 GiB936,329,9843.391bartowski
Q4_00.87 GiB937,534,2083.395bartowski
Q4_K_S0.88 GiB940,311,2963.405bartowski
Q4_K_M0.92 GiB986,046,9443.571ggml-org
Q4_K_M0.92 GiB986,046,9443.571asuglia
Q4_K_M0.92 GiB986,047,2323.571bartowski
Q4_K_L0.97 GiB1,042,567,4243.776bartowski
Q5_K_S1.02 GiB1,098,728,1923.979bartowski
Q5_K_M1.05 GiB1,125,049,0884.074bartowski
Q5_K_L1.10 GiB1,181,569,2804.279bartowski
Q6_K1.19 GiB1,272,738,5604.609bartowski
Q6_K_L1.24 GiB1,329,258,7524.814bartowski
Q8_01.53 GiB1,646,571,4885.963ggml-org
Q8_01.53 GiB1,646,571,7765.963bartowski
F162.88 GiB3,093,667,80811.204ggml-org
F162.88 GiB3,093,667,80811.204bartowski

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.11 GiB0.11 GiB28 / 0 / 0
8,1920.22 GiB0.22 GiB28 / 0 / 0
16,3840.44 GiB0.44 GiB28 / 0 / 0
32,7680.88 GiB0.88 GiB28 / 0 / 0
65,5361.75 GiB1.75 GiB28 / 0 / 0
131,0723.50 GiB3.50 GiB28 / 0 / 0

Compare with

same modality, comparable size

Will it run on your card?

full quant x context sweep

Why other calculators give a different number

A parameters × bits ÷ 8 estimate puts Q4_K_M at roughly 1.16 GiB. The real file is 0.92 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
28
Attention heads
12
KV heads
2
Head dim
128
Hidden size
1536
Vocab
151,936
Sliding window
32768
SWA period
MLA
no
Experts
Experts per token
use_sliding_window
false

This model declares a sliding window but sets use_sliding_window: false, so the window is not applied. Honouring the field without the flag understates KV for the whole family.

Questions people ask

How much VRAM does Qwen2-VL-2B-Instruct need?
Q4_K_M is exactly 986,046,944 bytes (0.92 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Qwen2-VL-2B-Instruct's KV cache?
0.88 GiB at 32K context with an f16 cache, computed per layer. Quantizing the cache to q8_0 roughly halves it, which is often the difference between a context length fitting and not.
Which quantization of Qwen2-VL-2B-Instruct should I use?
Q4_K_M is the usual default. Pick the largest quantization that fits your card at the context you actually need — the table above gives exact sizes for every one published.