PaddlePaddle · text

PaddleOCR-VL-1.5

PaddlePaddle/PaddleOCR-VL-1.5

PaddleOCR-VL-1.5 at Q4_K_M is exactly 300,218,208 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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ4_NL0.25 GiB265,598,0482.217Mungert
Q3_K_S0.25 GiB271,950,9442.270Mungert
IQ3_XXS0.26 GiB274,244,7042.289Mungert
IQ3_XS0.26 GiB280,437,8562.340Mungert
IQ3_M0.27 GiB293,921,8882.453Mungert
Q4_K_M0.28 GiB300,218,2082.506octopusmegalopod
Q3_K_M0.28 GiB303,981,6642.537Mungert
Q4_10.29 GiB307,410,0162.566Mungert
IQ4_XS0.29 GiB312,390,7522.607Mungert
Q4_K_S0.30 GiB326,431,8402.724Mungert
Q4_00.35 GiB370,914,4003.095Mungert
Q4_K_M0.36 GiB382,084,1923.189Mungert
Q5_00.38 GiB402,764,8963.361Mungert
Q5_K_M0.38 GiB411,747,4243.436Mungert
Q5_10.39 GiB418,690,1443.494Mungert
Q6_K_M0.41 GiB436,606,0483.644Mungert
Q8_00.46 GiB498,315,1044.159octopusmegalopod
Q8_00.46 GiB498,316,0644.159Mungert
Q8_00.46 GiB498,316,2244.159noctrex
BF160.87 GiB935,768,8647.810Mungert
BF160.87 GiB935,769,0247.810noctrex
F160.87 GiB935,769,0247.810noctrex

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.5 need?
Q4_K_M is exactly 300,218,208 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.5'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.5 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.