jiangchengchengNLP · text · mixture of experts

Llama-4-Scout-17B-16E-Instruct-abliterated-v2

jiangchengchengNLP/Llama-4-Scout-17B-16E-Instruct-abliterated-v2

Llama-4-Scout-17B-16E-Instruct-abliterated-v2 at I1-IQ1_S is exactly 22,180,447,328 bytes (20.66 GiB / 22.18 GB) — an effective 1.633 bits per weight, not the nominal 1.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
109B
total, not active
Architecture
llama4
48 layers
Context
10,485,760
native (config.json)
License

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
I1-IQ1_S20.66 GiB22,180,447,3281.633mradermacher
I1-IQ1_M22.88 GiB24,572,183,6481.809mradermacher
I1-IQ2_XXS26.60 GiB28,558,410,8482.103mradermacher
I1-IQ2_XS29.60 GiB31,786,714,2082.341mradermacher
I1-IQ2_S30.07 GiB32,285,978,2082.377mradermacher
I1-IQ2_M33.04 GiB35,474,959,9682.612mradermacher
I1-Q2_K_S34.42 GiB36,962,186,8482.722mradermacher
Q2_K36.85 GiB39,563,310,4322.913mradermacher
I1-Q2_K36.85 GiB39,563,310,6882.913mradermacher
I1-IQ3_XXS38.80 GiB41,658,281,5683.068mradermacher
I1-IQ3_XS41.25 GiB44,296,527,9683.262mradermacher
Q3_K_S43.53 GiB46,740,365,1523.442mradermacher
I1-Q3_K_S43.53 GiB46,740,365,4083.442mradermacher
I1-IQ3_S43.56 GiB46,773,788,7683.444mradermacher
I1-IQ3_M44.25 GiB47,509,102,6883.498mradermacher

KV cache by context

unresolved

This model declares a 8,192-token sliding window, but we could not establish which layers use it. Its architecture publishes the layout as a per-layer array inside the model file rather than as a period in config.json, and we have not yet ingested that array.

A flat context × layers × heads figure would be substantially too high, so we are not showing one. This is tracked as a known gap rather than filled with a guess.

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 I1-IQ1_S at roughly 56.91 GiB. The real file is 20.66 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
48
Attention heads
40
KV heads
8
Head dim
128
Hidden size
5120
Vocab
202,048
Sliding window
8192
SWA period
MLA
no
Experts
16
Experts per token
1
use_sliding_window

Questions people ask

How much VRAM does Llama-4-Scout-17B-16E-Instruct-abliterated-v2 need?
I1-IQ1_S is exactly 22,180,447,328 bytes (20.66 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Is Llama-4-Scout-17B-16E-Instruct-abliterated-v2 a mixture-of-experts model?
Yes — 16 experts, 1 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 Llama-4-Scout-17B-16E-Instruct-abliterated-v2 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.