PaddlePaddle · text

PaddleOCR-VL-1.6

PaddlePaddle/PaddleOCR-VL-1.6

PaddleOCR-VL-1.6 at Q4_K_M is exactly 300,219,456 bytes (0.28 GiB / 0.30 GB) — an effective 2.506 bits per weight, not the nominal 4. Its KV cache at 32K is 0.56 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
959M
Architecture
paddleocr
18 layers
Context
131,072
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
I1-IQ1_S0.15 GiB164,791,6161.375mradermacher
I1-IQ1_M0.16 GiB169,620,8001.416mradermacher
I1-IQ2_XXS0.17 GiB177,669,4401.483mradermacher
I1-IQ2_XS0.17 GiB185,288,0001.546mradermacher
I1-IQ2_S0.19 GiB201,991,4881.686mradermacher
I1-IQ2_M0.19 GiB208,430,4001.740mradermacher
I1-Q2_K_S0.20 GiB210,351,4241.756mradermacher
I1-IQ3_XXS0.20 GiB218,359,1041.822mradermacher
Q2_K0.20 GiB218,461,2481.823mradermacher
I1-Q2_K0.20 GiB218,461,5041.823mradermacher
I1-IQ3_XS0.22 GiB239,207,7441.996mradermacher
Q3_K_S0.23 GiB244,405,3122.040mradermacher
I1-Q3_K_S0.23 GiB244,405,5682.040mradermacher
I1-IQ3_S0.23 GiB245,032,2562.045mradermacher
I1-IQ3_M0.23 GiB250,881,3442.094mradermacher
Q3_K_M0.24 GiB258,024,5122.153mradermacher
I1-Q3_K_M0.24 GiB258,024,7682.153mradermacher
Q3_K_L0.25 GiB269,952,0642.253mradermacher
I1-Q3_K_L0.25 GiB269,952,3202.253mradermacher
I1-IQ4_XS0.26 GiB281,777,4722.352mradermacher
IQ4_XS0.26 GiB282,760,2562.360mradermacher
I1-Q4_00.27 GiB292,705,6002.443mradermacher
I1-IQ4_NL0.27 GiB292,902,2082.444mradermacher
Q4_K_S0.27 GiB293,229,6322.447mradermacher
I1-Q4_K_S0.27 GiB293,229,8882.447mradermacher
Q4_K_M0.28 GiB300,219,4562.506mradermacher
I1-Q4_K_M0.28 GiB300,219,7122.506mradermacher
I1-Q4_10.29 GiB314,856,7682.628mradermacher
Q5_K_S0.31 GiB337,400,8962.816mradermacher
I1-Q5_K_S0.31 GiB337,401,1522.816mradermacher
Q5_K_M0.32 GiB341,474,3682.850mradermacher
I1-Q5_K_M0.32 GiB341,474,6242.850mradermacher
Q6_K0.36 GiB385,307,7123.216mradermacher
I1-Q6_K0.36 GiB385,307,9683.216mradermacher
Q8_00.46 GiB498,316,3524.159mradermacher
F160.87 GiB935,769,1527.810mradermacher

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.07 GiB0.07 GiB18 / 0 / 0
8,1920.14 GiB0.14 GiB18 / 0 / 0
16,3840.28 GiB0.28 GiB18 / 0 / 0
32,7680.56 GiB0.56 GiB18 / 0 / 0
65,5361.13 GiB1.13 GiB18 / 0 / 0
131,0722.25 GiB2.25 GiB18 / 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.50 GiB. The real file is 0.28 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
18
Attention heads
16
KV heads
2
Head dim
128
Hidden size
1024
Vocab
103,424
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does PaddleOCR-VL-1.6 need?
Q4_K_M is exactly 300,219,456 bytes (0.28 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is PaddleOCR-VL-1.6's KV cache?
0.56 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 PaddleOCR-VL-1.6 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.