dphn · text

Dolphin3.0-Llama3.2-1B

dphn/Dolphin3.0-Llama3.2-1B

Dolphin3.0-Llama3.2-1B at Q4_K_M is exactly 807,697,440 bytes (0.75 GiB / 0.81 GB) — an effective 5.229 bits per weight, not the nominal 4. Its KV cache at 32K is 1.00 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
1.2B
Architecture
llama
16 layers
Context
131,072
native (config.json)
License
llama3.2

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ2_M0.48 GiB515,451,3923.337bartowski
Q2_K0.54 GiB580,877,3443.760bartowski
IQ3_XS0.58 GiB621,116,4484.021bartowski
Q3_K_S0.60 GiB641,694,7524.154bartowski
Q2_K_L0.60 GiB644,493,3124.172bartowski
IQ3_M0.61 GiB657,292,3204.255bartowski
Q3_K_M0.64 GiB690,846,7524.472bartowski
Q3_K_L0.68 GiB732,527,6484.742bartowski
IQ4_XS0.69 GiB743,144,4804.811bartowski
IQ4_NL0.72 GiB773,028,8965.004bartowski
Q4_00.72 GiB773,028,8965.004bartowski
Q4_K_S0.72 GiB775,650,3365.021bartowski
Q4_K_M0.75 GiB807,697,4405.229bartowski
Q4_10.77 GiB831,749,1525.384bartowski
Q4_K_L0.81 GiB871,313,4085.640bartowski
Q5_K_S0.83 GiB892,566,5605.778bartowski
Q5_K_M0.85 GiB911,506,4645.901bartowski
Q5_K_L0.91 GiB975,122,4326.312bartowski
Q6_K0.95 GiB1,021,803,5526.615bartowski
Q6_K_L1.01 GiB1,085,419,5207.026bartowski
Q8_01.23 GiB1,321,086,9768.552bartowski
F162.31 GiB2,479,603,45616.052bartowski
F324.61 GiB4,951,104,99232.051bartowski

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.13 GiB0.13 GiB16 / 0 / 0
8,1920.25 GiB0.25 GiB16 / 0 / 0
16,3840.50 GiB0.50 GiB16 / 0 / 0
32,7681.00 GiB1.00 GiB16 / 0 / 0
65,5362.00 GiB2.00 GiB16 / 0 / 0
131,0724.00 GiB4.00 GiB16 / 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.65 GiB. The real file is 0.75 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
128,258
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does Dolphin3.0-Llama3.2-1B need?
Q4_K_M is exactly 807,697,440 bytes (0.75 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Dolphin3.0-Llama3.2-1B's KV cache?
1.00 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 Dolphin3.0-Llama3.2-1B 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.