josephmayo · text · mixture of experts

ZAYA1-8B-Coder

josephmayo/ZAYA1-8B-Coder

ZAYA1-8B-Coder at Q4_K_M is exactly 5,567,581,024 bytes (5.19 GiB / 5.57 GB) — an effective 5.038 bits per weight, not the nominal 4. Its KV cache at 32K is 2.50 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
8.8B
total, not active
Architecture
zaya
80 layers
Context
131,072
native (config.json)
License

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q4_K_M5.19 GiB5,567,581,0245.038josephmayo
Q6_K6.85 GiB7,353,195,1046.654josephmayo
Q8_08.83 GiB9,485,673,7608.584josephmayo

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.31 GiB0.31 GiB80 / 0 / 0
8,1920.63 GiB0.63 GiB80 / 0 / 0
16,3841.25 GiB1.25 GiB80 / 0 / 0
32,7682.50 GiB2.50 GiB80 / 0 / 0
65,5365.00 GiB5.00 GiB80 / 0 / 0
131,07210.00 GiB10.00 GiB80 / 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 4.63 GiB. The real file is 5.19 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
80
Attention heads
8
KV heads
2
Head dim
128
Hidden size
2048
Vocab
262,272
Sliding window
none
SWA period
MLA
no
Experts
16
Experts per token
use_sliding_window

Questions people ask

How much VRAM does ZAYA1-8B-Coder need?
Q4_K_M is exactly 5,567,581,024 bytes (5.19 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is ZAYA1-8B-Coder's KV cache?
2.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 ZAYA1-8B-Coder a mixture-of-experts model?
Yes — 16 experts, null 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 ZAYA1-8B-Coder 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.