Laguna
Laguna is Poolside’s hybrid-attention MoE language model family. The Automodel implementation supports full SFT with expert parallelism for Laguna S 2.1 and Laguna XS 2.1.
Architecture
LagunaForCausalLM- Layer-specific attention head counts, QK RMSNorm, and softplus attention output gating.
- Full and sliding-window attention layers can use separate RoPE settings.
- MoE blocks use
nemo_automodel.components.moe.layers.MoEwith sigmoid routing, top-k probability normalization, fp32 gate compute, correction bias loading, one shared expert, and grouped expert weights for EP.
Example Recipes
Run the Recipe
The Laguna XS 2.1 recipe uses ep_size: 8 on one 8-GPU node and packs documents into 1,024-token sequences with packing_strategy: neat. Laguna currently supports expert parallelism, but not native THD packing or context parallelism; keep cp_size: 1. For the Laguna S 2.1 recipe, submit through your cluster launcher with two 8-GPU nodes for the default ep_size: 16.