๐Ÿฑ Mew1-2.6B-GGUF

Owner-maintained GGUF quantizations of Unmid/Mew1-2.6B, prepared for llama.cpp, LM Studio, and other GGUF-compatible applications.

The canonical BF16 Transformers checkpoint is available at Unmid/Mew1-2.6B. Additional importance-matrix quantizations are available from mradermacher.

Provided files

Files are sorted from smallest to largest. Sizes are the actual decimal file sizes reported by the Hugging Face Hub.

File Quant Size Notes
Mew1-2.6B.Q2_K.gguf Q2_K 1.09 GB Smallest; substantial quality loss
Mew1-2.6B.Q4_0.gguf Q4_0 1.59 GB Fast legacy 4-bit quant
Mew1-2.6B.Q4_K_M.gguf Q4_K_M 1.67 GB Recommended size/quality balance
Mew1-2.6B.Q5_K_M.gguf Q5_K_M 1.94 GB Higher quality
Mew1-2.6B.Q6_K.gguf Q6_K 2.22 GB Very high quality
Mew1-2.6B.Q8_0.gguf Q8_0 2.87 GB Largest quantized version

Download and run

Install the Hugging Face CLI and download the recommended quant:

pip install -U huggingface_hub
hf download Unmid/Mew1-2.6B-GGUF Mew1-2.6B.Q4_K_M.gguf --local-dir .

Run it with llama.cpp:

llama-cli \
  -m Mew1-2.6B.Q4_K_M.gguf \
  -c 4096 \
  --temp 0.7 \
  --top-k 50 \
  --top-p 0.9 \
  --repeat-penalty 1.1 \
  -cnv

The model metadata supports a context of approximately 128K tokens, but memory use grows with context length. Start with 4Kโ€“16K and increase only if your hardware allows it.

Quant selection

  • Q4_K_M โ€” recommended starting point for most users.
  • Q5_K_M or Q6_K โ€” use when quality matters more than memory.
  • Q8_0 โ€” largest quantized file; useful when memory is plentiful.
  • Q2_K โ€” only for severe memory constraints.

LEAP manifests

The leap/ directory contains one manifest per quantization. Each manifest references the corresponding root-level GGUF filename and uses the checkpoint chat template.

Model lineage

LiquidAI/LFM2.5-2.6B โ†’ SC117/LFM2.5-2.6B-Uncensored โ†’ Unmid/Mew1-2.6B โ†’ this GGUF release.

This is a community derivative and is not an official Liquid AI or SC117 release.

License

Distributed under the LFM Open License v1.0. Review LICENSE, including its attribution and commercial-use conditions.

Downloads last month
-
GGUF
Model size
3B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

2-bit

4-bit

5-bit

6-bit

8-bit

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

Model tree for Unmid/Mew1-2.6B-GGUF

Base model

Unmid/Mew1-2.6B
Quantized
(3)
this model