How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Abiray/Laguna-S-2.1-IQ4_XS-Q4_K_M-GGUF:IQ4_XS
# Run inference directly in the terminal:
llama cli -hf Abiray/Laguna-S-2.1-IQ4_XS-Q4_K_M-GGUF:IQ4_XS
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Abiray/Laguna-S-2.1-IQ4_XS-Q4_K_M-GGUF:IQ4_XS
# Run inference directly in the terminal:
llama cli -hf Abiray/Laguna-S-2.1-IQ4_XS-Q4_K_M-GGUF:IQ4_XS
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Abiray/Laguna-S-2.1-IQ4_XS-Q4_K_M-GGUF:IQ4_XS
# Run inference directly in the terminal:
./llama-cli -hf Abiray/Laguna-S-2.1-IQ4_XS-Q4_K_M-GGUF:IQ4_XS
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Abiray/Laguna-S-2.1-IQ4_XS-Q4_K_M-GGUF:IQ4_XS
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Abiray/Laguna-S-2.1-IQ4_XS-Q4_K_M-GGUF:IQ4_XS
Use Docker
docker model run hf.co/Abiray/Laguna-S-2.1-IQ4_XS-Q4_K_M-GGUF:IQ4_XS
Quick Links

poolside-banner

Laguna S 2.1 - GGUF Quants (IQ4_XS & Q4_K_M)

This repository contains GGUF quantizations for poolside/Laguna-S-2.1, including both IQ4_XS and Q4_K_M variants.

  • Original Model: poolside/Laguna-S-2.1
  • Quantization Formats: GGUF (IQ4_XS, Q4_K_M)
  • Model Architecture: 118B MoE (~8B activated parameters per token)

Quantization Details

File Name Quant Method Description
laguna-s-2.1-IQ4_XS.gguf IQ4_XS 4-bit importance matrix quantization (extra small). Highly optimized for low memory usage with minimal quality loss.
laguna-s-2.1-Q4_K_M.gguf Q4_K_M Standard 4-bit K-quantization (medium). Balanced performance, speed, and accuracy.

Usage Guide

1. Running with llama.cpp

Use poolside's llama.cpp fork on the laguna branch for native support:

git clone --branch laguna [https://github.com/poolsideai/llama.cpp](https://github.com/poolsideai/llama.cpp)
cd llama.cpp && cmake -B build && cmake --build build -j

# Download your chosen model file from this repository
# Option A: IQ4_XS
huggingface-cli download Abiray/Laguna-S-2.1-IQ4_XS-Q4_K_M-GGUF laguna-s-2.1-IQ4_XS.gguf --local-dir .

# Option B: Q4_K_M
huggingface-cli download Abiray/Laguna-S-2.1-IQ4_XS-Q4_K_M-GGUF laguna-s-2.1-Q4_K_M.gguf --local-dir .

# Serve with llama-server
./build/bin/llama-server -m Laguna-S-2.1-IQ4_XS.gguf --jinja --port 8000
Downloads last month
1,917
GGUF
Model size
84B params
Architecture
laguna
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Abiray/Laguna-S-2.1-IQ4_XS-Q4_K_M-GGUF

Quantized
(78)
this model