TroyDoesAI · text · mixture of experts

Qwen3-15B-A2B-Base

TroyDoesAI/Qwen3-15B-A2B-Base

Qwen3-15B-A2B-Base at Q4_K_M is exactly 9,496,453,792 bytes (8.84 GiB / 9.50 GB) — an effective 4.877 bits per weight, not the nominal 4. Its KV cache at 32K is 1.50 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
15.6B
total, not active
Architecture
qwen3moe
24 layers
Context
4,096
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K5.41 GiB5,810,950,8162.984mradermacher
Q3_K_S6.37 GiB6,843,681,4403.515mradermacher
Q3_K_M7.02 GiB7,540,918,9443.873mradermacher
Q3_K_L7.59 GiB8,147,782,3044.184mradermacher
IQ4_XS7.91 GiB8,491,795,1044.361mradermacher
Q4_K_S8.33 GiB8,946,377,3764.595mradermacher
Q4_K_M8.84 GiB9,496,453,7924.877mradermacher
Q5_K_S10.04 GiB10,777,813,6645.535mradermacher
Q5_K_M10.34 GiB11,100,349,0885.701mradermacher
Q6_K11.93 GiB12,804,487,8406.576mradermacher
Q8_015.44 GiB16,575,548,0648.513mradermacher

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.19 GiB0.19 GiB24 / 0 / 0
8,1920.38 GiB0.38 GiB24 / 0 / 0
16,3840.75 GiB0.75 GiB24 / 0 / 0
32,7681.50 GiB1.50 GiB24 / 0 / 0
65,5363.00 GiB3.00 GiB24 / 0 / 0
131,0726.00 GiB6.00 GiB24 / 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 8.16 GiB. The real file is 8.84 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
24
Attention heads
32
KV heads
4
Head dim
128
Hidden size
2048
Vocab
151,936
Sliding window
4096
SWA period
MLA
no
Experts
128
Experts per token
8
use_sliding_window
false

This model declares a sliding window but sets use_sliding_window: false, so the window is not applied. Honouring the field without the flag understates KV for the whole family.

Questions people ask

How much VRAM does Qwen3-15B-A2B-Base need?
Q4_K_M is exactly 9,496,453,792 bytes (8.84 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-15B-A2B-Base's KV cache?
1.50 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-15B-A2B-Base a mixture-of-experts model?
Yes — 128 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-15B-A2B-Base 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.