meta-llama · text

Llama-3.2-11B-Vision-Instruct

meta-llama/Llama-3.2-11B-Vision-Instruct

Llama-3.2-11B-Vision-Instruct at Q4_K_M is exactly 5,963,057,216 bytes (5.55 GiB / 5.96 GB) — an effective 4.471 bits per weight, not the nominal 4. Its KV cache at 32K is 5.00 GiB.

From the file· summed from 1 file(s)From the file· KV from mirror (mirror:unsloth/Llama-3.2-11B-Vision-Instruct)
Parameters
10.7B
Architecture
mllama
40 layers
Context
131,072
native (config.json)
License
llama3.2

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q4_K_M5.55 GiB5,963,057,2164.471leafspark
Q4_K_M5.55 GiB5,963,057,2484.471pbatra
Q4_K_S7.01 GiB7,526,840,8965.643EnlistedGhost
Q4_K_M7.28 GiB7,816,569,4085.861EnlistedGhost
Q8_09.68 GiB10,394,970,1767.794leafspark
Q8_09.68 GiB10,394,970,2087.794pbatra
Q8_011.43 GiB12,272,802,3689.201EnlistedGhost
F1618.22 GiB19,558,899,77614.664leafspark
F1620.02 GiB21,498,171,90416.118EnlistedGhost

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.63 GiB0.63 GiB40 / 0 / 0
8,1921.25 GiB1.25 GiB40 / 0 / 0
16,3842.50 GiB2.50 GiB40 / 0 / 0
32,7685.00 GiB5.00 GiB40 / 0 / 0
65,53610.00 GiB10.00 GiB40 / 0 / 0
131,07220.00 GiB20.00 GiB40 / 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 5.59 GiB. The real file is 5.55 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from mirror:unsloth/Llama-3.2-11B-Vision-Instruct
Layers
40
Attention heads
32
KV heads
8
Head dim
128
Hidden size
4096
Vocab
128,256
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does Llama-3.2-11B-Vision-Instruct need?
Q4_K_M is exactly 5,963,057,216 bytes (5.55 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Llama-3.2-11B-Vision-Instruct's KV cache?
5.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.
Which quantization of Llama-3.2-11B-Vision-Instruct 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.