prithivMLmods · text · mixture of experts

Qwen3.6-35B-A3B-abliterated-MAX

prithivMLmods/Qwen3.6-35B-A3B-abliterated-MAX

Qwen3.6-35B-A3B-abliterated-MAX at Q4_K_M is exactly 21,166,758,880 bytes (19.71 GiB / 21.17 GB) — an effective 4.823 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
35.1B
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_S6.97 GiB7,484,142,8481.705mradermacher
I1-IQ1_M7.67 GiB8,239,209,7281.877mradermacher
I1-IQ2_XXS8.85 GiB9,497,654,5282.164mradermacher
I1-IQ2_XS9.79 GiB10,507,031,8082.394mradermacher
I1-IQ2_S9.92 GiB10,652,480,7682.427mradermacher
I1-IQ2_M10.86 GiB11,659,236,6082.657mradermacher
I1-Q2_K_S11.32 GiB12,152,098,0482.769mradermacher
Q2_K12.05 GiB12,939,594,7202.949mradermacher
I1-Q2_K12.05 GiB12,939,595,0082.949mradermacher
I1-IQ3_XXS12.69 GiB13,623,760,1283.104mradermacher
I1-IQ3_XS13.49 GiB14,484,145,4083.301mradermacher
Q3_K_S14.14 GiB15,182,185,4403.460mradermacher
I1-Q3_K_S14.14 GiB15,182,185,7283.460mradermacher
I1-IQ3_S14.20 GiB15,250,425,0883.475mradermacher
I1-IQ3_M14.38 GiB15,440,520,4483.518mradermacher
Q3_K_M15.61 GiB16,764,765,1523.820mradermacher
I1-Q3_K_M15.61 GiB16,764,765,4403.820mradermacher
Q3_K_L16.87 GiB18,115,331,0404.128mradermacher
I1-Q3_K_L16.87 GiB18,115,331,3284.128mradermacher
I1-IQ4_XS17.44 GiB18,728,779,0084.268mradermacher
IQ4_XS17.64 GiB18,939,313,1204.316mradermacher
I1-Q4_018.44 GiB19,799,268,6084.512mradermacher
Q4_K_S18.52 GiB19,889,904,6084.532mradermacher
I1-Q4_K_S18.52 GiB19,889,904,8964.532mradermacher
Q4_K_M19.71 GiB21,166,758,8804.823mradermacher
I1-Q4_K_M19.71 GiB21,166,759,1684.823mradermacher
I1-Q4_120.35 GiB21,848,169,7284.979mradermacher
Q5_K_S22.33 GiB23,981,284,3205.465mradermacher
I1-Q5_K_S22.33 GiB23,981,284,6085.465mradermacher
Q5_K_M23.03 GiB24,729,132,0005.635mradermacher
I1-Q5_K_M23.03 GiB24,729,132,2885.635mradermacher
Q6_K26.56 GiB28,514,153,4406.498mradermacher
I1-Q6_K26.56 GiB28,514,153,7286.498mradermacher
Q8_034.37 GiB36,903,139,9368.409prithivMLmods
Q8_034.37 GiB36,903,140,3208.409mradermacher
BF1664.61 GiB69,376,637,53615.809prithivMLmods
F1664.61 GiB69,376,637,53615.809prithivMLmods
F32129.13 GiB138,653,432,41631.596prithivMLmods

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 18.39 GiB. The real file is 19.71 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
256
Experts per token
8
use_sliding_window

Questions people ask

How much VRAM does Qwen3.6-35B-A3B-abliterated-MAX need?
Q4_K_M is exactly 21,166,758,880 bytes (19.71 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-35B-A3B-abliterated-MAX'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-35B-A3B-abliterated-MAX 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.6-35B-A3B-abliterated-MAX 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.