inclusionAI · text · mixture of experts

Ling-lite

inclusionAI/Ling-lite

Ling-lite at Q4_K_M is exactly 11,175,490,944 bytes (10.41 GiB / 11.18 GB) — an effective 5.321 bits per weight, not the nominal 4. Its KV cache at 32K is 1.75 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
16.8B
total, not active
Architecture
bailingmoe
28 layers
Context
32,768
native (config.json)
License
mit

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ2_XS5.97 GiB6,410,577,4723.052bartowski
IQ2_XS5.97 GiB6,410,577,5683.052bartowski
IQ2_S6.01 GiB6,453,982,7843.073bartowski
IQ2_S6.01 GiB6,453,982,8803.073bartowski
IQ2_M6.33 GiB6,796,490,3043.236bartowski
IQ2_M6.33 GiB6,796,490,4003.236bartowski
Q2_K6.43 GiB6,906,025,5363.288bartowski
Q2_K6.43 GiB6,906,025,6323.288bartowski
Q2_K_L6.67 GiB7,158,953,5363.409bartowski
Q2_K_L6.67 GiB7,158,953,6323.409bartowski
IQ3_XXS6.96 GiB7,472,059,9683.558bartowski
IQ3_XXS6.96 GiB7,472,060,0643.558bartowski
IQ3_XS7.12 GiB7,648,097,8563.642bartowski
IQ3_XS7.12 GiB7,648,097,9523.642bartowski
Q3_K_S7.47 GiB8,025,765,4403.821bartowski
Q3_K_S7.47 GiB8,025,765,5363.821bartowski
IQ3_M7.56 GiB8,116,766,2723.865bartowski
IQ3_M7.56 GiB8,116,766,3683.865bartowski
Q3_K_M8.13 GiB8,725,149,2484.154bartowski
Q3_K_M8.13 GiB8,725,149,3444.154bartowski
Q3_K_L8.45 GiB9,074,128,2564.321lmstudio-community
Q3_K_L8.45 GiB9,074,128,4484.321bartowski
Q3_K_L8.45 GiB9,074,128,5444.321bartowski
IQ4_XS8.55 GiB9,185,302,0804.373bartowski
IQ4_XS8.55 GiB9,185,302,1764.373bartowski
IQ4_NL8.88 GiB9,539,753,5364.542bartowski
IQ4_NL8.88 GiB9,539,753,6324.542bartowski
Q4_08.91 GiB9,571,767,8724.557bartowski
Q4_08.91 GiB9,571,767,9684.557bartowski
Q4_K_S9.52 GiB10,219,296,3204.866bartowski
Q4_K_S9.52 GiB10,219,296,4164.866bartowski
Q4_19.84 GiB10,569,782,8485.033bartowski
Q4_19.84 GiB10,569,782,9445.033bartowski
Q4_K_M10.41 GiB11,175,490,9445.321lmstudio-community
Q4_K_M10.41 GiB11,175,491,1365.321bartowski
Q4_K_M10.41 GiB11,175,491,2325.321bartowski
Q4_K_L10.59 GiB11,367,716,4165.413bartowski
Q4_K_L10.59 GiB11,367,716,5125.413bartowski
Q5_K_S11.11 GiB11,926,443,5845.679bartowski
Q5_K_S11.11 GiB11,926,443,6805.679bartowski

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.22 GiB0.22 GiB28 / 0 / 0
8,1920.44 GiB0.44 GiB28 / 0 / 0
16,3840.88 GiB0.88 GiB28 / 0 / 0
32,7681.75 GiB1.75 GiB28 / 0 / 0
65,5363.50 GiB3.50 GiB28 / 0 / 0
131,0727.00 GiB7.00 GiB28 / 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 8.80 GiB. The real file is 10.41 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
28
Attention heads
16
KV heads
4
Head dim
128
Hidden size
2048
Vocab
126,464
Sliding window
none
SWA period
MLA
no
Experts
64
Experts per token
6
use_sliding_window

Questions people ask

How much VRAM does Ling-lite need?
Q4_K_M is exactly 11,175,490,944 bytes (10.41 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Ling-lite's KV cache?
1.75 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.
Is Ling-lite a mixture-of-experts model?
Yes — 64 experts, 6 routed per token. Every expert must be resident, but only the routed ones are read per token, which is why its memory requirement and its speed behave very differently.
Which quantization of Ling-lite 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.