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

IHaveNoClueAndIMustPost/Laguna-S-2.1-Super-GGUF overview

Requant of laguna s 2.1 Q4 K M.gguf https://huggingface.co/poolside/Laguna S 2.1 GGUF/blob/main/laguna s 2.1 Q4 K M.gguf <br <br Problem: The upstream model re…

ggufbase_model:poolside/Laguna-S-2.1-GGUFbase_model:quantized:poolside/Laguna-S-2.1-GGUFendpoints_compatibleregion:usimatrixconversational

Runs locally from ~3.5 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline

Repository Files & Downloads

2 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
laguna-s-2.1-Q4_K-Super-00001-of-00002.ggufGGUFQ4_K3.5 MBDownload
laguna-s-2.1-Q4_K-Super-00002-of-00002.ggufGGUFQ4_K72.56 GBDownload

Model Details

Model IDIHaveNoClueAndIMustPost/Laguna-S-2.1-Super-GGUF
AuthorIHaveNoClueAndIMustPost
Pipeline
License
Base modelpoolside/Laguna-S-2.1-GGUF
Last modified2026-08-01T05:12:17.000Z

Model README

---

base_model:

  • poolside/Laguna-S-2.1-GGUF

---

Requant of laguna-s-2.1-Q4_K_M.gguf<br><br>

Problem: The upstream model replaced their Q4_K_M version with a one using <i>"mixed-precision Q4_K_Mx40-BF16x8 (BF16 sensitive layers)"</i>, increasing model size from ~68 GB to 96 GB and making it no longer possible to run on 96 GB VRAM systems and a tight fit on many 128 GB variants.<br>

Solution: This version quantizes all BF16 layers to Q8 while leaving all other layers untouched.<br>

Result: Model size reduced to 77 GB, though at the cost of some "sensitive layers" precision.<br>

A minor edit was also made to the jinja template (line 93), changing </think> to <think>\n. This does not guarantee the model will reason — it only makes it slightly more likely based on testing. The model may still close the tag immediately and continue without it.

Reasoning remains largely dependent on the first assistant message in a session: if it contains reasoning, the model will often continue; if not, it won't. <br>

For frameworks that avoid context overflow by generating a summary and then starting a new session with it as a primer this can be problematic. If the summary is in the form of an assistant message it must have a thinking block otherwise reasoning is likely disabled for the entire session. The safest approach is to probably to prefill a thinking tag opener. <br>

<br>If the edited template causes issues, the default can be loaded by launching llama-server with the --chat-template-file flag.

PPL: Final estimate: PPL = 8.1036 ± 0.05985<br>

PPL could not be run for comparison on other sizes due to NaN errors, possibly related to PR 21652 and PR 22571. The error also appears to be partially system related, one system completed the test fine while another found NaNs.

As a side note the default -b and -ub values in llama.cpp seems sub-par for this model. I recommend trying 1024 for both and then adjust both symmetrically upwards to find the sweet spot.

Run IHaveNoClueAndIMustPost/Laguna-S-2.1-Super-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