Laguna-S-2.1 Q4_0_ROCMFP4_STRIX_LEAN (GGUF)

First public-ready Laguna-S-2.1 ROCmFP4 "Strix Lean" quant for AMD Ryzen AI Max+ 395 (gfx1151 / Radeon 8060S).

⚠️ Not compatible with upstream llama.cpp. Requires the charlie12345/ROCmFPX fork built with HIP + ROCmFP4 kernels.

Files

File Size Notes
Laguna-S-2.1-Q4_0_ROCMFP4_STRIX_LEAN.gguf ~58.34 GiB 4.26 BPW (quantize report)
SHA256SUMS

Base model: poolside/Laguna-S-2.1
F16 source: poolside/Laguna-S-2.1-GGUF laguna-s-2.1-F16.gguf (235202258240 bytes)

Hardware / stack (validated)

  • Box: amdaimax2 β€” Ryzen AI Max+ 395, gfx1151, 128 GB unified
  • ROCm 7.2.4 (/opt/rocm-7.2.4, clang 22)
  • Fork: charlie12345/ROCmFPX @ 3edc3d31ee5ebcea47fd7e0f42c89767bb4245db

Build recipe (HIP-only)

export PATH=/opt/rocm-7.2.4/bin:$PATH
export HIP_PATH=$(hipconfig -R)
export HIPCXX=$(hipconfig -l)/clang
cmake -B build \
  -DGGML_HIP=ON -DGPU_TARGETS=gfx1151 \
  -DGGML_HIP_ROCWMMA_FATTN=ON -DGGML_HIP_NO_VMM=ON -DGGML_HIP_MMQ_MFMA=ON \
  -DCMAKE_BUILD_TYPE=Release -DGGML_VULKAN=OFF -DLLAMA_BUILD_WEBUI=OFF
cmake --build build -j 4   # prefer -j 4..8 on 128GB Strix; avoid -j32

Quantize

build/bin/llama-quantize \
  laguna-s-2.1-F16.gguf \
  Laguna-S-2.1-Q4_0_ROCMFP4_STRIX_LEAN.gguf \
  Q4_0_ROCMFP4_STRIX_LEAN 8
# quant size = 59739.82 MiB (4.26 BPW)

Runtime (required)

export LD_LIBRARY_PATH=<build/bin>:/opt/rocm/lib
export HSA_OVERRIDE_GFX_VERSION=11.5.1
export GGML_HIP_ENABLE_UNIFIED_MEMORY=1

llama-server --host 127.0.0.1 --port 8099 \
  --n-gpu-layers 999 --flash-attn on -dio --no-warmup --jinja \
  --model Laguna-S-2.1-Q4_0_ROCMFP4_STRIX_LEAN.gguf \
  --ctx-size 65536 --cache-type-k q8_0 --cache-type-v q8_0 --parallel 1 \
  --temp 0.2 --top-p 0.95 --top-k 20 --min-p 0.05 --repeat-penalty 1.1 --repeat-last-n 256 \
  --chat-template-kwargs '{"enable_thinking":true}' --reasoning-budget 512

-dio is required for reliable cold load of large Laguna GGUFs on this stack (mmap path can hang).

A/B vs Q4_K_M (same binary, same flags, cold load)

Quant prompt_n prompt tok/s decode tok/s (256-cap gen) GGUF size
Q4_K_M 8116 (~8K) 445.6 17.36 71 GiB
ROCmFP4 STRIX_LEAN 8116 (~8K) 381.8 28.23 58.3 GiB
Q4_K_M 32223 (~32K) 372.4 14.15 71 GiB
ROCmFP4 STRIX_LEAN 32223 (~32K) 327.3 20.32 58.3 GiB
  • Decode speedup: +62.6% @ ~8K, +43.6% @ ~32K
  • Size: βˆ’18% (58.3 vs 71 GiB)
  • Prompt processing slightly slower on ROCmFP4 (βˆ’14% / βˆ’12%)

Quality / tools / reasoning

Shared prompts (reasoning, code, tool-call plan, short math with thinking):

Check Q4_K_M ROCmFP4 Verdict
Bat/ball $0.05 correct correct parity
is_palindrome plan coherent thinking coherent thinking parity
get_weather Paris/Tokyo tool JSON clean calls clean calls parity
enable_thinking / reasoning-budget works works parity

Did we lose anything? No quality regression observed on the four shared prompts. We gain decode speed and lose model file size; prefill is slightly slower.

License

Follow the base model (poolside/Laguna-S-2.1) license terms.

Downloads last month
180
GGUF
Model size
118B 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 kingjones777/Laguna-S-2.1-Q4_0_ROCMFP4_STRIX_LEAN-GGUF

Quantized
(70)
this model