ibm-granite · text

granite-embedding-107m-multilingual

ibm-granite/granite-embedding-107m-multilingual

granite-embedding-107m-multilingual at Q4_K_M is exactly 117,011,136 bytes (0.11 GiB / 0.12 GB) — an effective 8.749 bits per weight, not the nominal 4.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
107M
Architecture
bert
6 layers
Context
514
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ4_XS0.11 GiB114,785,9208.583cstr
Q4_K0.11 GiB114,896,5128.591cstr
IQ3_M0.11 GiB115,462,8488.633bartowski
IQ4_XS0.11 GiB115,601,0888.643bartowski
Q4_00.11 GiB115,711,6808.652bartowski
IQ4_NL0.11 GiB115,711,6808.652bartowski
Q3_K_M0.11 GiB115,951,2968.670bartowski
Q3_K_L0.11 GiB116,485,8248.710bartowski
Q4_K_S0.11 GiB116,633,2808.721bartowski
Q4_K_M0.11 GiB117,011,1368.749bartowski
Q4_K_L0.11 GiB117,011,1368.749bartowski
Q5_K_S0.11 GiB117,481,1528.784bartowski
Q5_K_M0.11 GiB117,729,9848.803bartowski
Q5_K_L0.11 GiB117,729,9848.803bartowski
Q6_K_L0.11 GiB120,163,0088.985bartowski
Q6_K0.11 GiB120,163,0088.985bartowski
Q8_00.11 GiB120,204,9288.988cstr
Q8_00.11 GiB121,020,0969.049bartowski
F160.21 GiB220,974,08016.522bartowski

No KV cache

architectural, not a gap in our data

This architecture allocates no KV cache. Encoder and embedding models process their input in one pass rather than generating token by token, so there is nothing to carry forward between steps and memory does not grow with context. Its footprint is the weights plus a working buffer, and that is the whole story.

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

Architecture

from config.json
Layers
6
Attention heads
12
KV heads
12
Head dim
32
Hidden size
384
Vocab
250,002
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does granite-embedding-107m-multilingual need?
Q4_K_M is exactly 117,011,136 bytes (0.11 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of granite-embedding-107m-multilingual 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.