TaimoorSiddiqui · text · mixture of experts

HopCoder-Mini-35B-A3B-VL36

TaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36

HopCoder-Mini-35B-A3B-VL36 at Q4_K_M is exactly 21,166,754,048 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
40 layers
Context
262,144
native (config.json)
License
other

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
TQ2_08.82 GiB9,471,066,3682.158TaimoorSiddiqui
Q3_K_S14.14 GiB15,182,180,6083.460TaimoorSiddiqui
Q3_K_M15.61 GiB16,764,760,3203.820TaimoorSiddiqui
Q3_K_L16.87 GiB18,115,326,2084.128TaimoorSiddiqui
Q4_018.36 GiB19,715,049,7284.492TaimoorSiddiqui
Q4_K_S18.52 GiB19,889,899,7764.532TaimoorSiddiqui
Q4_K_M19.71 GiB21,166,754,0484.823TaimoorSiddiqui
Q4_120.35 GiB21,848,164,6084.979TaimoorSiddiqui
Q5_K_S22.33 GiB23,981,279,4885.465TaimoorSiddiqui
Q5_022.33 GiB23,981,279,4885.465TaimoorSiddiqui
Q5_K_M23.03 GiB24,729,127,1685.635TaimoorSiddiqui
Q5_124.32 GiB26,114,394,3685.951TaimoorSiddiqui
Q6_K26.56 GiB28,514,148,6086.498TaimoorSiddiqui
Q8_034.37 GiB36,903,135,4888.409TaimoorSiddiqui
F163 shards81.19 GiB87,179,047,74219.866TaimoorSiddiqui

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 HopCoder-Mini-35B-A3B-VL36 need?
Q4_K_M is exactly 21,166,754,048 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 HopCoder-Mini-35B-A3B-VL36'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 HopCoder-Mini-35B-A3B-VL36 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 HopCoder-Mini-35B-A3B-VL36 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.