trohrbaugh · text · mixture of experts

Qwen3.5-122B-A10B-heretic

trohrbaugh/Qwen3.5-122B-A10B-heretic

Qwen3.5-122B-A10B-heretic at Q4_K_M is exactly 74,208,240,704 bytes (69.11 GiB / 74.21 GB) — an effective 4.844 bits per weight, not the nominal 4. Its KV cache at 32K is 0.75 GiB.

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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
I1-IQ1_S23.13 GiB24,837,711,2001.621mradermacher
I1-IQ1_M25.70 GiB27,598,640,4801.801mradermacher
I1-IQ2_XXS29.99 GiB32,200,189,2802.102mradermacher
I1-IQ2_XS33.43 GiB35,890,865,5042.343mradermacher
I1-IQ2_S33.77 GiB36,257,133,9202.367mradermacher
I1-IQ2_M37.20 GiB39,938,372,9602.607mradermacher
I1-Q2_K_S38.88 GiB41,742,411,1042.725mradermacher
Q2_K41.52 GiB44,577,399,8722.910mradermacher
I1-Q2_K41.52 GiB44,577,400,1602.910mradermacher
I1-IQ3_XXS43.91 GiB47,148,234,0803.078mradermacher
I1-IQ3_XS46.72 GiB50,166,302,0483.275mradermacher
Q3_K_S49.29 GiB52,921,517,1203.454mradermacher
I1-Q3_K_S49.29 GiB52,921,517,4083.454mradermacher
I1-IQ3_S49.29 GiB52,924,024,1603.454mradermacher
I1-IQ3_M50.09 GiB53,788,853,6003.511mradermacher
Q3_K_M54.58 GiB58,602,062,9123.825mradermacher
I1-Q3_K_M54.58 GiB58,602,063,2003.825mradermacher
Q3_K_L58.85 GiB63,189,320,7684.125mradermacher
I1-Q3_K_L58.85 GiB63,189,321,0564.125mradermacher
I1-IQ4_XS60.76 GiB65,244,882,2724.259mradermacher
IQ4_XS61.47 GiB66,002,805,8244.308mradermacher
I1-Q4_064.57 GiB69,335,999,8404.526mradermacher
Q4_K_S64.86 GiB69,639,955,5204.546mradermacher
I1-Q4_K_S64.86 GiB69,639,955,8084.546mradermacher
Q4_K_M69.11 GiB74,208,240,7044.844mradermacher
I1-Q4_K_M69.11 GiB74,208,240,9924.844mradermacher
I1-Q4_171.35 GiB76,614,624,6085.001mradermacher
Q5_K_S78.41 GiB84,196,418,6245.496mradermacher
I1-Q5_K_S78.41 GiB84,196,418,9125.496mradermacher
Q5_K_M80.98 GiB86,955,516,9925.676mradermacher
I1-Q5_K_M80.98 GiB86,955,517,2805.676mradermacher
Q6_K93.42 GiB100,307,731,5206.547mradermacher
I1-Q6_K93.42 GiB100,307,731,8086.547mradermacher
Q8_0120.95 GiB129,871,934,5288.477mradermacher
BF1615 shards232.24 GiB249,362,982,52816.277random257

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.09 GiB0.38 GiB4.00×12 / 0 / 36
8,1920.19 GiB0.75 GiB4.00×12 / 0 / 36
16,3840.38 GiB1.50 GiB4.00×12 / 0 / 36
32,7680.75 GiB3.00 GiB4.00×12 / 0 / 36
65,5361.50 GiB6.00 GiB4.00×12 / 0 / 36
131,0723.00 GiB12.00 GiB4.00×12 / 0 / 36

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

Architecture

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

Questions people ask

How much VRAM does Qwen3.5-122B-A10B-heretic need?
Q4_K_M is exactly 74,208,240,704 bytes (69.11 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.5-122B-A10B-heretic's KV cache?
0.75 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.5-122B-A10B-heretic a mixture-of-experts model?
Yes — 256 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.5-122B-A10B-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.