AIAny
AI Model2026
Icon for item

unsloth/Laguna-S-2.1-GGUF

Provides GGUF-format quantized shards of Laguna S 2.1 for local or self-hosted inference—packaged for llama.cpp/llama-server and usable with vLLM/Transformers runtimes; targeted at long-context, agentic coding workloads.

Introduction

Laguna S 2.1 in GGUF form makes a 118B Mixture-of-Experts family model practically runnable outside large cloud stacks by offering calibrated quantized shards and compatibility with common local runtimes. That lowers the barrier for teams who need long-context, tool-enabled LLM inference (1M token context, interleaved reasoning, speculative decoding) while retaining a locally controlled deployment.

Key Capabilities
  • Quantized GGUF shards included (e.g., UD-Q4_K_XL), split for large-model loading to reduce memory footprint while preserving usable quality for coding and reasoning tasks.
  • Designed to run on llama.cpp/llama-server and supported by vLLM/Transformers integrations; Poolside runtime features (DFlash speculative decoding, preserved "thinking") are supported when paired with compatible forks or plugins.
  • Architecture advantages of Laguna S 2.1 are preserved: 118B total parameters (≈8B activated per token), MoE routing across 256 experts, 1,048,576-token context window, and a mixed global/sliding-window attention layout for long-horizon reasoning.
  • Practical delivery: shards and server-ready examples that show how to start llama-server/llama-cli with the first shard and how to pair with DFlash for lower latency.
Who it's for and tradeoffs

Great fit if you are a developer or team who wants to run a high-capability Laguna S 2.1 variant locally or on private infra for agentic coding, long-context retrieval, or tool-enabled workflows—and are prepared to manage GPU memory, multi-shard loading, and the required runtime forks. Expect tens to hundreds of GBs of storage and significant VRAM when using higher-precision variants; the UD-Q4_K_XL quant reduces that but still requires nontrivial resources.

Look elsewhere if you need a lightweight edge/mobile model, a tiny single-GPU drop-in, or a fully managed API: this GGUF pack is optimized for self-hosting and advanced inference setups, not minimal-footprint mobile deployments.

Where it helps in a stack

Use this GGUF pack to enable private inference behind llama-server or vLLM, integrate with local tool-call frameworks, or run large-context code-reasoning agents without sending data to a third-party API. Pairing with Poolside's tooling (reasoning parsers, speculative drafts) yields better latency/quality tradeoffs but requires compatible runtime builds.

Information

  • Websitehuggingface.co
  • OrganizationsUnsloth, Poolside
  • Authorsunsloth
  • Published date2026/07/21

Categories

More Items

Hugging Face
AI Model2026

NVFP4-quantized checkpoint of Qwen3.8-Flash-Next for GPU-optimized multimodal autoregressive inference — routed MoE experts in W4A4 NVFP4 while attention/ancillary layers remain BF16; ~2.7× smaller than the BF16 source and supports very long contexts.

Hugging Face
AI Model2026

Fine-tuned variant of Qwen3.8-27B optimized to reduce reasoning cost and wall-clock latency for long-running agent workloads. Delivers ~12.8% faster decoding and higher MTP draft acceptance while cutting runaway reasoning, at a small MMLU-Pro accuracy trade-off (−1.45 pp).

Hugging Face
AI Model2026

Sparse MoE causal LLM that uses Mixture-of-Value Attention (MoVA) to store 36B parameters while activating ~4B per token; supports a native 524,288-token context and is released with final checkpoints, training data, and training code under open license.