LiquidAI · vision language

LFM2-VL-450M

LiquidAI/LFM2-VL-450M

LFM2-VL-450M at Q4_K_M is exactly 229,309,856 bytes (0.21 GiB / 0.23 GB) — an effective 4.069 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
451M
Architecture
lfm2
16 layers
Context
128,000
native (config.json)
License
other

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ2_M0.13 GiB142,876,3522.535bartowski
IQ3_XXS0.15 GiB158,473,9202.812bartowski
Q2_K0.15 GiB160,595,6482.850bartowski
IQ3_XS0.16 GiB175,398,5923.112bartowski
Q2_K_L0.16 GiB176,848,5763.138bartowski
Q3_K_S0.17 GiB181,149,3763.215bartowski
IQ3_M0.17 GiB183,656,1283.259bartowski
Q3_K_M0.18 GiB193,150,6563.428bartowski
Q3_K_L0.19 GiB203,046,3043.603lmstudio-community
Q3_K_L0.19 GiB203,046,5923.603bartowski
IQ4_XS0.20 GiB210,329,2803.732bartowski
Q4_00.20 GiB219,307,4243.892LiquidAI
IQ4_NL0.20 GiB219,307,7123.892bartowski
Q4_00.20 GiB219,897,5363.902bartowski
Q4_K_S0.21 GiB220,749,5043.917bartowski
Q4_K_M0.21 GiB229,309,8564.069lmstudio-community
Q4_K_M0.21 GiB229,310,1444.069bartowski
Q4_10.22 GiB237,264,5764.210bartowski
Q4_K_L0.23 GiB245,563,0724.358bartowski
Q5_K_S0.24 GiB255,221,4404.529bartowski
Q5_K_M0.24 GiB260,374,2084.620bartowski
Q5_K_L0.26 GiB276,627,1364.909bartowski
Q6_K0.27 GiB293,379,4885.206lmstudio-community
Q6_K0.27 GiB293,379,7765.206bartowski
Q6_K_L0.29 GiB309,632,7045.495bartowski
Q8_00.35 GiB379,215,2646.729LiquidAI
Q8_00.35 GiB379,215,2646.729lmstudio-community
Q8_00.35 GiB379,215,5526.729bartowski
BF160.66 GiB711,482,78412.626bartowski
F160.66 GiB711,482,78412.626LiquidAI

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.05 GiB0.13 GiB2.67×6 / 0 / 10
8,1920.09 GiB0.25 GiB2.67×6 / 0 / 10
16,3840.19 GiB0.50 GiB2.67×6 / 0 / 10
32,7680.38 GiB1.00 GiB2.67×6 / 0 / 10
65,5360.75 GiB2.00 GiB2.67×6 / 0 / 10
131,0721.50 GiB4.00 GiB2.67×6 / 0 / 10

10 of 16 layers use linear attention, which keeps a fixed-size recurrent state instead of a per-token cache. Those layers do not grow with context at all — treating them as ordinary attention, as a flat formula does, overstates this model's cache by roughly 2.7× at long context.

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.24 GiB. The real file is 0.21 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
16
Attention heads
16
KV heads
8
Head dim
64
Hidden size
1024
Vocab
65,536
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does LFM2-VL-450M need?
Q4_K_M is exactly 229,309,856 bytes (0.21 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is LFM2-VL-450M'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 LFM2-VL-450M 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.