0xSero · text · mixture of experts

Qwen3.6-28B

0xSero/Qwen3.6-28B

Qwen3.6-28B at Q4_K_M is exactly 17,264,580,480 bytes (16.08 GiB / 17.26 GB) — an effective 4.891 bits per weight, not the nominal 4. Its KV cache at 32K is 0.63 GiB.

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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
I1-IQ1_S5.77 GiB6,192,747,4881.754mradermacher
I1-IQ1_S5.77 GiB6,192,747,4881.754DjeDjeB
I1-IQ1_M6.33 GiB6,801,169,3761.927DjeDjeB
I1-IQ1_M6.33 GiB6,801,169,3761.927mradermacher
I1-IQ2_XXS7.28 GiB7,815,205,8562.214DjeDjeB
I1-IQ2_XXS7.28 GiB7,815,205,8562.214mradermacher
I1-IQ2_XS8.04 GiB8,629,056,4802.445mradermacher
I1-IQ2_XS8.04 GiB8,629,056,4802.445DjeDjeB
I1-IQ2_S8.16 GiB8,758,211,5522.481mradermacher
I1-IQ2_S8.16 GiB8,758,211,5522.481DjeDjeB
I1-IQ2_M8.91 GiB9,569,440,7362.711mradermacher
I1-IQ2_M8.91 GiB9,569,440,7362.711DjeDjeB
I1-Q2_K_S9.28 GiB9,967,045,6002.824mradermacher
I1-Q2_K_S9.28 GiB9,967,045,6002.824DjeDjeB
Q2_K9.87 GiB10,599,958,4003.003barozp
I1-Q2_K9.87 GiB10,599,959,5203.003DjeDjeB
I1-Q2_K9.87 GiB10,599,959,5203.003mradermacher
IQ3_XXS10.38 GiB11,150,430,3363.159barozp
I1-IQ3_XXS10.38 GiB11,150,431,2003.159DjeDjeB
I1-IQ3_XXS10.38 GiB11,150,431,2003.159mradermacher
I1-IQ3_XS11.05 GiB11,860,411,3603.360DjeDjeB
I1-IQ3_XS11.05 GiB11,860,411,3603.360mradermacher
Q3_K_S11.56 GiB12,408,045,4403.515barozp
I1-Q3_K_S11.56 GiB12,408,046,5603.515mradermacher
I1-Q3_K_S11.56 GiB12,408,046,5603.515DjeDjeB
I1-IQ3_S11.62 GiB12,476,285,9203.534DjeDjeB
I1-IQ3_S11.62 GiB12,476,285,9203.534mradermacher
I1-IQ3_M11.76 GiB12,630,868,9603.578mradermacher
I1-IQ3_M11.76 GiB12,630,868,9603.578DjeDjeB
Q3_K_M12.75 GiB13,693,157,2483.879barozp
I1-Q3_K_M12.75 GiB13,693,158,3683.879mradermacher
I1-Q3_K_M12.75 GiB13,693,158,3683.879DjeDjeB
Q3_K_L13.77 GiB14,789,705,6004.190barozp
I1-Q3_K_L13.77 GiB14,789,706,7204.190mradermacher
I1-Q3_K_L13.77 GiB14,789,706,7204.190DjeDjeB
I1-IQ4_XS14.25 GiB15,302,884,3204.335mradermacher
I1-IQ4_XS14.25 GiB15,302,884,3204.335DjeDjeB
I1-Q4_015.05 GiB16,156,122,0804.577DjeDjeB
I1-Q4_015.05 GiB16,156,122,0804.577mradermacher
Q4_K_S15.12 GiB16,230,045,5684.598barozp

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.08 GiB0.31 GiB4.00×10 / 0 / 30
8,1920.16 GiB0.63 GiB4.00×10 / 0 / 30
16,3840.31 GiB1.25 GiB4.00×10 / 0 / 30
32,7680.63 GiB2.50 GiB4.00×10 / 0 / 30
65,5361.25 GiB5.00 GiB4.00×10 / 0 / 30
131,0722.50 GiB10.00 GiB4.00×10 / 0 / 30

30 of 40 layers use linear attention, which keeps a fixed-size recurrent state instead of a per-token cache. Those layers do not grow with context at all — treating them as ordinary attention, as a flat formula does, overstates this model's cache by roughly 4.0× at long context.

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.79 GiB. The real file is 16.08 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
40
Attention heads
16
KV heads
2
Head dim
256
Hidden size
2048
Vocab
248,320
Sliding window
none
SWA period
MLA
no
Experts
205
Experts per token
8
use_sliding_window

Questions people ask

How much VRAM does Qwen3.6-28B need?
Q4_K_M is exactly 17,264,580,480 bytes (16.08 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Qwen3.6-28B's KV cache?
0.63 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 Qwen3.6-28B a mixture-of-experts model?
Yes — 205 experts, 8 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 Qwen3.6-28B 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.