poolside · text · mixture of experts

Laguna-M.1

poolside/Laguna-M.1

Laguna-M.1 at Q8_0 is exactly 240,119,891,264 bytes (223.63 GiB / 240.12 GB) — an effective 8.508 bits per weight, not the nominal 8. Its KV cache at 32K is 8.75 GiB.

From the file· summed from 10 file(s)From the file· KV per layer
Parameters
226B
total, not active
Architecture
laguna
70 layers
Context
262,144
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q8_010 shards223.63 GiB240,119,891,2648.508sigargv
BF1610 shards420.71 GiB451,736,945,98416.005sigargv

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0961.09 GiB1.09 GiB70 / 0 / 0
8,1922.19 GiB2.19 GiB70 / 0 / 0
16,3844.38 GiB4.38 GiB70 / 0 / 0
32,7688.75 GiB8.75 GiB70 / 0 / 0
65,53617.50 GiB17.50 GiB70 / 0 / 0
131,07235.00 GiB35.00 GiB70 / 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 Q8_0 at roughly 118.29 GiB. The real file is 223.63 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
70
Attention heads
64
KV heads
8
Head dim
128
Hidden size
4096
Vocab
100,352
Sliding window
0
SWA period
4
MLA
no
Experts
256
Experts per token
16
use_sliding_window

Questions people ask

How much VRAM does Laguna-M.1 need?
Q8_0 is exactly 240,119,891,264 bytes (223.63 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Laguna-M.1's KV cache?
8.75 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 Laguna-M.1 a mixture-of-experts model?
Yes — 256 experts, 16 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 Laguna-M.1 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.