Qwen · text

Qwen2.5-72B

Qwen/Qwen2.5-72B

Qwen2.5-72B at Q4_K_M is exactly 47,415,714,720 bytes (44.16 GiB / 47.42 GB) — an effective 5.217 bits per weight, not the nominal 4. Its KV cache at 32K is 10.00 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
72.7B
Architecture
qwen2
80 layers
Context
131,072
native (config.json)
License
other

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ1_S21.13 GiB22,690,326,1762.497ThomasBaruzier
I1-IQ1_S21.13 GiB22,690,326,1762.497mradermacher
IQ1_M22.11 GiB23,740,212,8962.612ThomasBaruzier
I1-IQ1_M22.11 GiB23,740,212,8962.612mradermacher
I1-IQ2_XXS23.74 GiB25,490,024,0962.805mradermacher
IQ2_XXS23.74 GiB25,490,024,0962.805ThomasBaruzier
I1-IQ2_XS25.20 GiB27,057,645,2162.977mradermacher
IQ2_XS25.20 GiB27,057,645,2162.977ThomasBaruzier
I1-IQ2_S26.02 GiB27,939,137,1843.074mradermacher
IQ2_S26.02 GiB27,939,137,1843.074ThomasBaruzier
IQ2_M27.32 GiB29,338,986,1443.228ThomasBaruzier
I1-IQ2_M27.32 GiB29,338,986,1443.228mradermacher
I1-Q2_K_S27.54 GiB29,569,279,6483.254mradermacher
Q2_K_S27.54 GiB29,569,279,6483.254ThomasBaruzier
Q2_K27.76 GiB29,811,762,0803.280zetasepic
Q2_K27.76 GiB29,811,762,8483.280ThomasBaruzier
I1-Q2_K27.76 GiB29,811,762,8483.280mradermacher
IQ3_XXS29.66 GiB31,845,082,7843.504ThomasBaruzier
I1-IQ3_XXS29.66 GiB31,845,082,7843.504mradermacher
IQ3_XS30.59 GiB32,842,180,2563.614ThomasBaruzier
I1-IQ3_XS30.59 GiB32,842,180,2563.614mradermacher
I1-IQ3_S32.12 GiB34,487,789,2163.795mradermacher
I1-Q3_K_S32.12 GiB34,487,789,2163.795mradermacher
Q3_K_S32.12 GiB34,487,789,2163.795ThomasBaruzier
IQ3_S32.12 GiB34,487,789,2163.795ThomasBaruzier
IQ3_M33.07 GiB35,503,596,4483.906zetasepic
I1-IQ3_M33.07 GiB35,503,597,2163.906mradermacher
IQ3_M33.07 GiB35,503,597,2163.906ThomasBaruzier
Q3_K_M35.11 GiB37,698,724,7684.148zetasepic
I1-Q3_K_M35.11 GiB37,698,725,5364.148mradermacher
Q3_K_M35.11 GiB37,698,725,5364.148ThomasBaruzier
Q3_K_L36.79 GiB39,505,225,3764.347ThomasBaruzier
I1-Q3_K_L36.79 GiB39,505,225,3764.347mradermacher
I1-IQ4_XS36.98 GiB39,709,075,1044.369mradermacher
IQ4_XS36.98 GiB39,709,075,1044.369ThomasBaruzier
IQ4_XS37.40 GiB40,163,238,8164.419zetasepic
IQ4_NL38.48 GiB41,315,624,6084.546ThomasBaruzier
I1-IQ4_NL38.48 GiB41,315,624,6084.546mradermacher
I1-Q4_038.54 GiB41,383,126,6884.553mradermacher
Q4_038.54 GiB41,383,126,6884.553ThomasBaruzier

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0961.25 GiB1.25 GiB80 / 0 / 0
8,1922.50 GiB2.50 GiB80 / 0 / 0
16,3845.00 GiB5.00 GiB80 / 0 / 0
32,76810.00 GiB10.00 GiB80 / 0 / 0
65,53620.00 GiB20.00 GiB80 / 0 / 0
131,07240.00 GiB40.00 GiB80 / 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 38.09 GiB. The real file is 44.16 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
80
Attention heads
64
KV heads
8
Head dim
128
Hidden size
8192
Vocab
152,064
Sliding window
131072
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-72B need?
Q4_K_M is exactly 47,415,714,720 bytes (44.16 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-72B's KV cache?
10.00 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-72B 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.