saidutta69 · text

Llama-3.2-1B-Instruct-heretic

saidutta69/Llama-3.2-1B-Instruct-heretic

Llama-3.2-1B-Instruct-heretic at Q4_K_M is exactly 807,694,944 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
I1-IQ1_S0.37 GiB393,552,7682.548mradermacher
I1-IQ1_M0.39 GiB413,606,7842.678mradermacher
I1-IQ2_XXS0.42 GiB447,030,1442.894mradermacher
I1-IQ2_XS0.44 GiB475,865,9843.080mradermacher
I1-IQ2_S0.46 GiB488,711,0403.164mradermacher
I1-IQ2_M0.48 GiB515,449,7283.337mradermacher
I1-Q2_K_S0.52 GiB554,660,7363.591mradermacher
I1-IQ3_XXS0.52 GiB562,111,3603.639mradermacher
Q2_K0.54 GiB580,874,8483.760mradermacher
I1-Q2_K0.54 GiB580,875,1363.760mradermacher
I1-IQ3_XS0.58 GiB621,114,2404.021mradermacher
Q3_K_S0.60 GiB641,692,2564.154mradermacher
I1-Q3_K_S0.60 GiB641,692,5444.154mradermacher
I1-IQ3_S0.60 GiB643,920,7684.168mradermacher
I1-IQ3_M0.61 GiB657,290,1124.255mradermacher
Q3_K_M0.64 GiB690,844,2564.472mradermacher
I1-Q3_K_M0.64 GiB690,844,5444.472mradermacher
Q3_K_L0.68 GiB732,525,1524.742mradermacher
I1-Q3_K_L0.68 GiB732,525,4404.742mradermacher
I1-IQ4_XS0.69 GiB743,142,2724.811mradermacher
IQ4_XS0.70 GiB748,384,8644.845mradermacher
I1-Q4_00.72 GiB773,026,6885.004mradermacher
I1-IQ4_NL0.72 GiB773,026,6885.004mradermacher
Q4_K_S0.72 GiB775,647,8405.021mradermacher
I1-Q4_K_S0.72 GiB775,648,1285.021mradermacher
Q4_K_M0.75 GiB807,694,9445.229mradermacher
I1-Q4_K_M0.75 GiB807,695,2325.229mradermacher
I1-Q4_10.77 GiB831,746,9445.384mradermacher
Q5_K_S0.83 GiB892,564,0645.778mradermacher
I1-Q5_K_S0.83 GiB892,564,3525.778mradermacher
Q5_K_M0.85 GiB911,503,9685.901mradermacher
I1-Q5_K_M0.85 GiB911,504,2565.901mradermacher
Q6_K0.95 GiB1,021,801,0566.615mradermacher
I1-Q6_K0.95 GiB1,021,801,3446.615mradermacher
Q8_01.23 GiB1,321,083,4888.552mradermacher
F162.31 GiB2,479,596,12816.052mradermacher

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,256
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does Llama-3.2-1B-Instruct-heretic need?
Q4_K_M is exactly 807,694,944 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 Llama-3.2-1B-Instruct-heretic'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 Llama-3.2-1B-Instruct-heretic 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.