LCO-Embedding · embedding

LCO-Embedding-Omni-3B-2605

LCO-Embedding/LCO-Embedding-Omni-3B-2605

LCO-Embedding-Omni-3B-2605 at Q4_K_M is exactly 2,104,931,744 bytes (1.96 GiB / 2.10 GB) — an effective 3.580 bits per weight, not the nominal 4.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
4.7B
Architecture
qwen2vl
36 layers
Context
32,768
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q4_K_M1.96 GiB2,104,931,7443.580marksverdhei
Q5_K_M2.27 GiB2,438,739,3604.148marksverdhei
Q6_K2.60 GiB2,793,409,9524.751marksverdhei
Q8_03.37 GiB3,616,087,4566.151marksverdhei

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

Architecture

from config.json
Layers
36
Attention heads
16
KV heads
2
Head dim
128
Hidden size
2048
Vocab
151,936
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window
false

Questions people ask

How much VRAM does LCO-Embedding-Omni-3B-2605 need?
Q4_K_M is exactly 2,104,931,744 bytes (1.96 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of LCO-Embedding-Omni-3B-2605 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.