Qwen · text

Qwen2.5-0.5B-Instruct

Qwen/Qwen2.5-0.5B-Instruct

Qwen2.5-0.5B-Instruct at Q4_K_M is exactly 397,807,936 bytes (0.37 GiB / 0.40 GB) — an effective 6.442 bits per weight, not the nominal 4. Its KV cache at 32K is 0.38 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
494M
Architecture
qwen2
24 layers
Context
32,768
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ2_M0.31 GiB328,597,4085.321bartowski
Q3_K_S0.32 GiB338,263,4565.478bartowski
IQ3_XS0.32 GiB338,607,5205.483bartowski
Q2_K0.32 GiB338,607,5205.483bartowski
Q2_K_L0.32 GiB338,607,5205.483bartowski
IQ3_M0.32 GiB342,752,5765.550bartowski
IQ4_XS0.33 GiB349,402,6885.658290bartowski
Q4_00.33 GiB352,972,3525.716bartowski
Q3_K_M0.33 GiB355,466,6565.756bartowski
Q3_K_L0.34 GiB369,358,1445.981lmstudio-community
Q3_K_L0.34 GiB369,358,4005.981bartowski
Q4_K_S0.36 GiB385,472,0646.242bartowski
Q4_K_M0.37 GiB397,807,9366.442290lmstudio-community
Q4_K_M0.37 GiB397,808,1926.442bartowski
Q4_K_L0.37 GiB397,808,1926.442bartowski
Q5_K_S0.38 GiB412,710,4646.683bartowski
Q2_K0.39 GiB415,182,6886.723Qwen
Q5_K_M0.39 GiB420,086,3366.803bartowski
Q5_K_L0.39 GiB420,086,3366.803bartowski
Q4_00.40 GiB428,730,2086.942291Qwen
Q3_K_M0.40 GiB432,041,8246.996291Qwen
Q5_00.46 GiB490,475,3607.942Qwen
Q4_K_M0.46 GiB491,400,0327.957291Qwen
Q6_K0.47 GiB505,736,5128.190290lmstudio-community
Q6_K_L0.47 GiB505,736,7688.190bartowski
Q6_K0.47 GiB505,736,7688.190bartowski
Q5_K_M0.49 GiB522,186,5928.456291Qwen
Q8_00.49 GiB531,068,2248.600290lmstudio-community
Q8_00.49 GiB531,068,4808.600bartowski
Q6_K0.61 GiB650,379,10410.532291Qwen
Q8_00.63 GiB675,710,81610.942291Qwen
F160.93 GiB994,156,86416.099290bartowski

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.05 GiB0.05 GiB24 / 0 / 0
8,1920.09 GiB0.09 GiB24 / 0 / 0
16,3840.19 GiB0.19 GiB24 / 0 / 0
32,7680.38 GiB0.38 GiB24 / 0 / 0
65,5360.75 GiB0.75 GiB24 / 0 / 0
131,0721.50 GiB1.50 GiB24 / 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 0.26 GiB. The real file is 0.37 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
24
Attention heads
14
KV heads
2
Head dim
64
Hidden size
896
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.5-0.5B-Instruct need?
Q4_K_M is exactly 397,807,936 bytes (0.37 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.5-0.5B-Instruct's KV cache?
0.38 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.5-0.5B-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.