GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

gbuzhf/Laguna-XS-2.1-APEX-GGUF overview

Laguna XS 2.1 GGUF Imatrix quants of poolside/Laguna XS 2.1 https://huggingface.co/poolside/Laguna XS 2.1 — a 33B MoE coder with 3B active parameters and a 262…

ggufmoelagunaimatrixtext-generationbase_model:poolside/Laguna-XS-2.1base_model:quantized:poolside/Laguna-XS-2.1license:openmdw-1.1endpoints_compatibleregion:usconversational

Runs locally from ~12.00 GB disk (16 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

8 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Laguna-XS-2.1-APEX-I-Balanced-v2D-lite.ggufGGUFGGUF22.70 GBDownload
Laguna-XS-2.1-APEX-I-Compact-v2D-lite.ggufGGUFGGUF14.75 GBDownload
Laguna-XS-2.1-APEX-I-Mini-v2D-lite.ggufGGUFGGUF12.00 GBDownload
Laguna-XS-2.1-APEX-I-Quality-v2D-lite.ggufGGUFGGUF20.38 GBDownload
Laguna-XS-2.1-UDX-IQ4_XS.ggufGGUFIQ4_XS15.78 GBDownload
Laguna-XS-2.1-UDX-Q4_K_XL.ggufGGUFQ4_K_XL19.88 GBDownload
Laguna-XS-2.1-UDX-Q5_K_S.ggufGGUFQ5_K_S22.25 GBDownload
Laguna-XS-2.1-UDX-Q6_K.ggufGGUFQ6_K26.19 GBDownload

Model Details

Model IDgbuzhf/Laguna-XS-2.1-APEX-GGUF
Authorgbuzhf
Pipelinetext-generation
Licenseopenmdw-1.1
Base modelpoolside/Laguna-XS-2.1
Last modified2026-08-16T01:35:57.000Z

Model README

---

license: openmdw-1.1

base_model:

  • poolside/Laguna-XS-2.1

base_model_relation: quantized

pipeline_tag: text-generation

library_name: gguf

tags:

  • gguf
  • moe
  • laguna
  • imatrix

---

Laguna-XS-2.1 GGUF

Imatrix quants of poolside/Laguna-XS-2.1

— a 33B MoE coder with 3B active parameters and a 262k context.

Eight tiers in two families: UDX spends its bits on the tensors every token

touches, APEX trades some of that for a smaller file.

| file | size | active bpw | file bpw |

|---|---:|---:|---:|

| UDX-Q6_K | 28.12 GB | 8.01 | 6.73 |

| APEX-I-Balanced-v2D-lite | 24.37 GB | 6.75 | 5.83 |

| UDX-Q5_K_S | 23.89 GB | 7.63 | 5.71 |

| APEX-I-Quality-v2D-lite | 21.88 GB | 6.53 | 5.23 |

| UDX-Q4_K_XL | 21.34 GB | 7.41 | 5.10 |

| UDX-IQ4_XS | 16.95 GB | 6.88 | 4.05 |

| APEX-I-Compact-v2D-lite | 15.84 GB | 4.87 | 3.79 |

| APEX-I-Mini-v2D-lite | 12.89 GB | 4.06 | 3.05 |

Which one to pick

Use the active bpw column, not file size.

This model routes 8 of its 256 experts per token, so the expert weights — about

97% of the file — only contribute 8/256 of their precision to any given token.

Attention and the shared expert are used on every token. Active bpw measures

what the model actually runs at; file bpw measures what it costs on disk.

That's why UDX-IQ4_XS (16.95 GB) runs at 6.88 active bpw while

APEX-I-Compact-v2D-lite (15.84 GB) runs at 4.87 — nearly the same download, a

meaningfully different model.

  • Best quality that still fits 24 GB VRAMUDX-Q4_K_XL
  • Best quality per GBUDX-IQ4_XS
  • Smallest usableAPEX-I-Mini-v2D-lite
  • Near-losslessUDX-Q6_K

Run it

llama-server -m Laguna-XS-2.1-UDX-Q4_K_XL.gguf --jinja -ngl 99 -fa on

Needs llama.cpp release b10087 or newer (the base model card still says

Laguna support is unmerged upstream — it landed in

#25165 on 2026-07-22).

Context is 262,144. To go higher:

--ctx-size 1048576 --rope-scaling yarn --rope-scale 128 --yarn-orig-ctx 8192

Speculative decoding: poolside ship a separate

DFlash drafter, but it

currently needs poolside's llama.cpp fork

for both the drafter and the server. These files work normally without it.

Notes

Imatrix by bartowski, computed on

Laguna-XS-2.1 itself (437k tokens). Applied to every tier here.

APEX tiers replay mudler's per-layer maps,

with attention lifted on the 10 global-attention layers — the ones carrying

long-range context, since the other 30 use a 512-token sliding window.

UDX tiers are named that way on purpose. Unsloth never published a UD ladder

for this model; these follow the same allocation policy but were **not built by

Unsloth** and shouldn't be read as their release.

Every file was verified by checksum after upload — see sha256sums.txt.

Run gbuzhf/Laguna-XS-2.1-APEX-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models