Mesh LLM

laguna-s-2.1-Q4_K_M

Distributed GGUF inference package for Mesh LLM

Website GitHub Discord

GGUF layer package for running laguna-s-2.1-Q4_K_M across a local Mesh LLM cluster.

This package is derived from poolside/Laguna-S-2.1-GGUF and keeps the original GGUF distribution split into per-layer artifacts for distributed inference.

Highlights

Run locally Pool multiple machines OpenAI-compatible Package variant
Private inference on your hardware Split layers across peers Serve /v1/chat/completions locally Q4_K_M layer package

Model Overview

Property Value
Source model poolside/Laguna-S-2.1-GGUF
Model id poolside/Laguna-S-2.1-GGUF:Q4_K_M
Family laguna
Parameter scale not recorded
Quantization Q4_K_M
Layer count 48
Activation width 3072
Package size 63.7 GB
Source file laguna-s-2.1-Q4_K_M.gguf
Package repo meshllm/laguna-s-2.1-Q4_K_M-layers

Recommended Use

  • Local and private inference with Mesh LLM.
  • Multi-machine serving when the full GGUF is too large for one host.
  • OpenAI-compatible chat/completions workflows through Mesh LLM's local API.

For upstream architecture details, chat template guidance, sampling recommendations, license terms, and benchmark notes, see the source model card: poolside/Laguna-S-2.1-GGUF.

Default Serving Policy

This pinned Q4_K_M package selects request-local suffix N-gram speculation by default:

  • suffix match length: 5 to 32 tokens
  • maximum proposal: 48 tokens
  • verification window: 1 to 32 tokens
  • verification pipeline depth: 2

No speculative CLI flags are required on a Mesh LLM build that supports the package window_policy.pipeline_depth field. Older builds ignore that optional field and retain their legacy verification depth of 1.

The default is based on an ordinary two-node Mesh run using an Apple M5 Max / Metal coordinator and an Australian Vast RTX 6000 Ada / CUDA worker. Normal placement selected layers 0..36 / 36..48, with F16 activation wire and a direct Iroh/QUIC path. A 44,460-token repeat/copy prompt plus 65 generated tokens produced identical content across three requests. Suffix N-gram accepted 32 of 64 proposed tokens in each request, reached pipeline depth 2 with two verification windows in flight, and decoded at 19.74, 18.24, and 15.42 tok/s. The 63-request stability harness completed without an HTTP failure; the full retained capture contains 65/65 HTTP 200 responses.

This evidence does not certify structured tool calls, full 256K context saturation, Q8 activation wire, Q8 KV quality, DFlash, or any other Poolside model or quantization. The suffix predictor is workload-dependent: a low-overlap control produced no proposal.

Quickstart

# Run this on each machine that should contribute memory/compute.
mesh-llm serve --model "meshllm/laguna-s-2.1-Q4_K_M-layers" --split
# Check the mesh and discover the OpenAI-compatible model name.
curl -s http://localhost:3131/api/status
curl -s http://localhost:3131/v1/models
# Send an OpenAI-compatible chat request.
curl -s http://localhost:3131/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "poolside/Laguna-S-2.1-GGUF:Q4_K_M",
    "messages": [{"role": "user", "content": "Write a tiny hello-world function in Rust."}],
    "max_tokens": 128
  }'

Package Variant

Property Value
Format layer-package
Canonical source ref poolside/Laguna-S-2.1-GGUF@edd093522473dc7313b0738d8b4116b7f8b9745f/laguna-s-2.1-Q4_K_M.gguf
Source revision edd093522473dc7313b0738d8b4116b7f8b9745f
Source SHA-256 a34c74e46688122bef83122f4133031bababbefcf57436dde97048c91e2cc6ff
Skippy ABI 0.1.32
Package manifest SHA-256 0250cfb54ceeb94a9c71e48df447f780e32fc625553844d6403770f315be0237

What Is Included

Artifact Path Contents SHA-256
Manifest model-package.json Package schema, source identity, checksums 0250cfb54ceeb94a9c71e48df447f780e32fc625553844d6403770f315be0237
Metadata shared/metadata.gguf 0 tensors, 3.5 MB 86666ec7909e8d9493fe74b5c5fb7805e597fe52652a454efb9655b0d1beb59b
Embeddings shared/embeddings.gguf 1 tensors, 315.9 MB 37e3319cf94f64c3277118a784a7392fc26ca799c0d85fc6f27ea73d11092955
Output head shared/output.gguf 2 tensors, 315.9 MB 3c4741b0e93856d699afafa25f9a6e4e9f7deaa23f276fe588a13f174472ea8b
Transformer layers layers/layer-*.gguf 48 layer artifacts, 811 tensors, 63.1 GB see model-package.json

Validation

Generated by the Mesh LLM HF Jobs splitter from mesh-llm ref feat/laguna-certification. Each artifact is checksummed as it is written, uploaded to this repository, and removed from the job workspace before the next artifact is produced.

skippy-model-package write-package "/source/laguna-s-2.1-Q4_K_M.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_laguna-s-2.1-Q4_K_M-layers-199/package"

Links

Downloads last month
541
GGUF
Model size
0.2B params
Architecture
laguna
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Model tree for meshllm/laguna-s-2.1-Q4_K_M-layers

Quantized
(2)
this model