cloudyu · text · mixture of experts

Mixtral_34Bx2_MoE_60B

cloudyu/Mixtral_34Bx2_MoE_60B

Mixtral_34Bx2_MoE_60B at Q4_K_M is exactly 34,390,405,728 bytes (32.03 GiB / 34.39 GB) — an effective 4.524 bits per weight, not the nominal 4. Its KV cache at 32K is 7.50 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
60.8B
total, not active
Architecture
llama
60 layers
Context
200,000
native (config.json)
License
cc-by-nc-4.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K19.14 GiB20,546,130,5282.703TheBloke
Q3_K_M24.95 GiB26,787,709,5363.524TheBloke
Q4_031.98 GiB34,333,635,1684.517TheBloke
Q4_K_M32.03 GiB34,390,405,7284.524TheBloke
Q5_039.00 GiB41,877,811,8085.509TheBloke
Q5_K_M39.03 GiB41,907,057,2485.513TheBloke
Q6_K46.47 GiB49,893,499,4886.563TheBloke

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.94 GiB0.94 GiB60 / 0 / 0
8,1921.88 GiB1.88 GiB60 / 0 / 0
16,3843.75 GiB3.75 GiB60 / 0 / 0
32,7687.50 GiB7.50 GiB60 / 0 / 0
65,53615.00 GiB15.00 GiB60 / 0 / 0
131,07230.00 GiB30.00 GiB60 / 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 31.86 GiB. The real file is 32.03 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
60
Attention heads
56
KV heads
8
Head dim
128
Hidden size
7168
Vocab
64,000
Sliding window
none
SWA period
MLA
no
Experts
2
Experts per token
2
use_sliding_window

Questions people ask

How much VRAM does Mixtral_34Bx2_MoE_60B need?
Q4_K_M is exactly 34,390,405,728 bytes (32.03 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Mixtral_34Bx2_MoE_60B's KV cache?
7.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 Mixtral_34Bx2_MoE_60B a mixture-of-experts model?
Yes — 2 experts, 2 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 Mixtral_34Bx2_MoE_60B 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.