LiquidAI · vision language

LFM2-VL-1.6B

LiquidAI/LFM2-VL-1.6B

LFM2-VL-1.6B at Q4_K_M is exactly 730,894,016 bytes (0.68 GiB / 0.73 GB) — an effective 3.689 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
1.6B
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.40 GiB434,130,6242.192bartowski
Q2_K0.45 GiB483,397,3122.440bartowski
IQ3_XXS0.46 GiB490,983,1042.478bartowski
Q2_K_L0.48 GiB515,903,1682.604bartowski
IQ3_XS0.50 GiB537,808,5762.715bartowski
Q3_K_S0.52 GiB558,157,5042.817bartowski
IQ3_M0.53 GiB566,791,8722.861bartowski
Q3_K_M0.56 GiB600,346,3043.030bartowski
Q3_K_L0.59 GiB635,473,6003.208bartowski
IQ4_XS0.62 GiB663,375,5523.349bartowski
Q4_00.65 GiB695,750,0483.512LiquidAI
IQ4_NL0.65 GiB695,750,3363.512bartowski
Q4_00.65 GiB697,847,4883.523bartowski
Q4_K_S0.65 GiB700,468,9283.536bartowski
Q4_K_M0.68 GiB730,894,0163.689bartowski
Q4_10.71 GiB760,499,9043.839bartowski
Q4_K_L0.71 GiB763,399,8723.854bartowski
Q5_K_S0.77 GiB825,249,4724.166bartowski
Q5_K_M0.79 GiB843,353,7924.257bartowski
Q5_K_L0.82 GiB875,859,6484.421bartowski
Q6_K0.90 GiB962,842,3044.860bartowski
Q6_K_L0.93 GiB995,348,1605.024bartowski
Q8_01.16 GiB1,246,252,4486.291LiquidAI
Q8_01.16 GiB1,246,252,7366.291bartowski
F162.18 GiB2,343,325,08811.829LiquidAI
BF162.18 GiB2,343,325,08811.829bartowski

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

Architecture

from config.json
Layers
16
Attention heads
32
KV heads
8
Head dim
64
Hidden size
2048
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-1.6B need?
Q4_K_M is exactly 730,894,016 bytes (0.68 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-1.6B'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-1.6B 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.