TheDrummer · text

Fallen-Gemma3-27B-v1

TheDrummer/Fallen-Gemma3-27B-v1

Fallen-Gemma3-27B-v1 at Q4_K_M is exactly 16,546,688,704 bytes (15.41 GiB / 16.55 GB) — an effective 4.825 bits per weight, not the nominal 4. Its KV cache at 32K is 2.31 GiB, not the 11.25 GiB a flat formula predicts.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
27.4B
Architecture
gemma3
48 layers
Context
native (config.json)
License
other

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ2_XS7.86 GiB8,438,903,8722.461bartowski
IQ2_S8.18 GiB8,782,408,7682.561bartowski
IQ2_M8.84 GiB9,493,072,9602.768bartowski
Q2_K9.78 GiB10,503,720,6403.063bartowski
IQ3_XXS9.98 GiB10,716,478,5283.125bartowski
Q2_K_L10.10 GiB10,845,115,4563.163bartowski
IQ3_XS10.77 GiB11,562,233,5363.372bartowski
Q3_K_S11.33 GiB12,167,614,1443.548bartowski
IQ3_M11.69 GiB12,547,073,7283.659bartowski
Q3_K_M12.51 GiB13,437,640,3843.919bartowski
Q3_K_L13.54 GiB14,543,462,0804.241bartowski
IQ4_XS13.75 GiB14,767,447,7444.307bartowski
IQ4_NL14.50 GiB15,567,396,5444.540bartowski
Q4_014.55 GiB15,617,973,9524.555bartowski
Q4_K_S14.60 GiB15,674,056,3844.571bartowski
Q4_K_M15.41 GiB16,546,688,7044.825bartowski
Q4_K_L15.73 GiB16,888,083,5204.925bartowski
Q4_115.99 GiB17,167,294,1445.006bartowski
Q5_K_S17.48 GiB18,767,191,7445.473bartowski
Q5_K_M17.95 GiB19,271,675,5845.620bartowski
Q5_K_L18.27 GiB19,613,070,4005.720bartowski
Q6_K20.64 GiB22,166,974,1446.465bartowski
Q6_K_L20.96 GiB22,508,368,9606.564bartowski
Q8_026.74 GiB28,707,972,1608.372bartowski
BF162 shards50.32 GiB54,027,964,38415.756bartowski

KV cache by context

computed per layer — this model uses sliding-window attention
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.67 GiB1.41 GiB2.09×8 / 40 / 0
8,1920.91 GiB2.81 GiB3.10×8 / 40 / 0
16,3841.38 GiB5.63 GiB4.09×8 / 40 / 0
32,7682.31 GiB11.25 GiB4.86×8 / 40 / 0
65,5364.19 GiB22.50 GiB5.37×8 / 40 / 0
131,0727.94 GiB45.00 GiB5.67×8 / 40 / 0

40 of 48 layers cache only a 1,024-token window rather than the full context, on a period of 6. 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 14.37 GiB. The real file is 15.41 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 11.25 GiB at 32K context where the real figure is 2.31 GiB, because most of this model's layers cache a fixed window rather than the whole context.

Architecture

from config.json
Layers
48
Attention heads
16
KV heads
8
Head dim
240
Hidden size
3840
Vocab
Sliding window
1024
SWA period
6
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does Fallen-Gemma3-27B-v1 need?
Q4_K_M is exactly 16,546,688,704 bytes (15.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 Fallen-Gemma3-27B-v1's KV cache?
2.31 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 Fallen-Gemma3-27B-v1 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.