rombodawg · text · mixture of experts

Open_Gpt4_8x7B_v0.2

rombodawg/Open_Gpt4_8x7B_v0.2

Open_Gpt4_8x7B_v0.2 at Q4_K_M is exactly 28,379,301,312 bytes (26.43 GiB / 28.38 GB) — an effective 4.861 bits per weight, not the nominal 4. Its KV cache at 32K is 4.00 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
46.7B
total, not active
Architecture
llama
32 layers
Context
32,768
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K15.99 GiB17,170,761,1522.941TheBloke
Q3_K_M20.93 GiB22,477,284,8003.850TheBloke
Q4_024.63 GiB26,441,532,8644.529TheBloke
Q4_K_M26.43 GiB28,379,301,3124.861TheBloke
Q5_030.02 GiB32,229,279,1685.521TheBloke
Q5_K_M30.95 GiB33,227,523,5205.692TheBloke
Q6_K35.74 GiB38,378,759,6166.574TheBloke
Q8_046.22 GiB49,624,262,0808.500TheBloke

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.50 GiB0.50 GiB32 / 0 / 0
8,1921.00 GiB1.00 GiB32 / 0 / 0
16,3842.00 GiB2.00 GiB32 / 0 / 0
32,7684.00 GiB4.00 GiB32 / 0 / 0
65,5368.00 GiB8.00 GiB32 / 0 / 0
131,07216.00 GiB16.00 GiB32 / 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 24.47 GiB. The real file is 26.43 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

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

Questions people ask

How much VRAM does Open_Gpt4_8x7B_v0.2 need?
Q4_K_M is exactly 28,379,301,312 bytes (26.43 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Open_Gpt4_8x7B_v0.2's KV cache?
4.00 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 Open_Gpt4_8x7B_v0.2 a mixture-of-experts model?
Yes — 8 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 Open_Gpt4_8x7B_v0.2 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.