FOR TESTING ONLY

This is an experimental NVFP4 MLX build of Laguna XS 2.1, published for testing purposes only. It has not been validated for quality or correctness and is not an official release. Do not use it in production. For supported checkpoints, see the Laguna XS 2.1 model card and its variants.

poolside-banner

Laguna XS 2.1-NVFP4-mlx

Laguna XS 2.1-NVFP4-mlx is an NVFP4 (4-bit) MLX build of Laguna XS 2.1, a 33B total parameter Mixture-of-Experts model with 3B activated parameters per token designed for agentic coding and long-horizon work on a local machine. It uses Sliding Window Attention with per-head gating in 30 out of 40 layers for fast inference and low KV cache requirements.

Usage

from pathlib import Path
from mlx_lm import load, generate

MODEL_PATH = "poolside/Laguna-XS-2.1-NVFP4-mlx"

model, tokenizer, config = load(
    MODEL_PATH,
    tokenizer_config={"trust_remote_code": True},
    return_config=True,
)


prompt = "write go code to print the pascal triangle"
response = generate(model, tokenizer, prompt=prompt, verbose=True, max_tokens=256)

License

This model is licensed under the OpenMDW-1.1 License.

Intended and Responsible Use

Laguna XS 2.1-NVFP4-mlx is designed for software engineering and agentic coding use cases, and you are responsible for confirming that it is appropriate for your intended application. Laguna XS 2.1-NVFP4-mlx is subject to the OpenMDW-1.1 License, and should be used consistently with Poolside's Acceptable Use Policy. We advise against circumventing Laguna XS 2.1-NVFP4-mlx safety guardrails without implementing substantially equivalent mitigations appropriate for your use case.

Please report security vulnerabilities or safety concerns to security@poolside.ai.

Downloads last month
1,934
Safetensors
Model size
33B params
Tensor type
BF16
·
F32
·
U8
·
U32
·
MLX
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 poolside/Laguna-XS-2.1-NVFP4-mlx

Quantized
(34)
this model