llmfan46 · vision language · mixture of experts

gemma-4-26B-A4B-it-uncensored-heretic

llmfan46/gemma-4-26B-A4B-it-uncensored-heretic

gemma-4-26B-A4B-it-uncensored-heretic at Q4_K_M is exactly 16,796,011,744 bytes (15.64 GiB / 16.80 GB) — an effective 5.207 bits per weight, not the nominal 4. Its KV cache at 32K is 1.54 GiB, not the 7.50 GiB a flat formula predicts.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
25.8B
total, not active
Architecture
gemma4
30 layers
Context
262,144
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K9.86 GiB10,582,733,0243.281mradermacher
Q3_K_S11.38 GiB12,222,405,3443.789mradermacher
Q3_K_M12.37 GiB13,286,729,4404.119mradermacher
Q3_K_M12.37 GiB13,286,732,8004.119llmfan46
Q3_K_L12.88 GiB13,824,484,0644.286mradermacher
Q3_K_L12.88 GiB13,824,487,4244.286llmfan46
IQ4_XS13.10 GiB14,063,804,6404.360mradermacher
Q4_K_S14.40 GiB15,464,820,9604.794mradermacher
Q4_K_S14.40 GiB15,464,824,3204.794llmfan46
Q4_K_M15.64 GiB16,796,011,7445.207mradermacher
Q4_K_M15.64 GiB16,796,015,1045.207llmfan46
Q5_K_S16.75 GiB17,986,729,1845.576mradermacher
Q5_K_S16.75 GiB17,986,732,5445.576llmfan46
Q5_K_M17.82 GiB19,132,886,2405.931mradermacher
Q5_K_M17.82 GiB19,132,889,6005.931llmfan46
Q6_K21.08 GiB22,638,395,1047.018mradermacher
Q6_K21.08 GiB22,638,398,4647.018llmfan46
Q8_025.02 GiB26,859,855,0728.327mradermacher
Q8_025.02 GiB26,859,858,4328.327llmfan46
BF1647.04 GiB50,505,134,59215.657llmfan46

KV cache by context

computed per layer — this model uses sliding-window attention
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.45 GiB0.94 GiB2.09×5 / 25 / 0
8,1920.61 GiB1.88 GiB3.10×5 / 25 / 0
16,3840.92 GiB3.75 GiB4.09×5 / 25 / 0
32,7681.54 GiB7.50 GiB4.86×5 / 25 / 0
65,5362.79 GiB15.00 GiB5.37×5 / 25 / 0
131,0725.29 GiB30.00 GiB5.67×5 / 25 / 0

25 of 30 layers cache only a 1,024-token window rather than the full context, on a period of . Figures assume the default configuration; --swa-full disables the saving entirely.

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 13.52 GiB. The real file is 15.64 GiB, because a quantization is a mixture and some tensors are always kept at higher precision. The larger discrepancy is the cache: a flat formula gives 7.50 GiB at 32K context where the real figure is 1.54 GiB, because most of this model's layers cache a fixed window rather than the whole context.

Architecture

from config.json
Layers
30
Attention heads
16
KV heads
8
Head dim
256
Hidden size
2816
Vocab
262,144
Sliding window
1024
SWA period
MLA
no
Experts
128
Experts per token
use_sliding_window

Questions people ask

How much VRAM does gemma-4-26B-A4B-it-uncensored-heretic need?
Q4_K_M is exactly 16,796,011,744 bytes (15.64 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is gemma-4-26B-A4B-it-uncensored-heretic's KV cache?
1.54 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 gemma-4-26B-A4B-it-uncensored-heretic a mixture-of-experts model?
Yes — 128 experts, null 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 gemma-4-26B-A4B-it-uncensored-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.