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

Anbeeld/LFM2.5-8B-A1B-DSpark-GGUF overview

base model: LiquidAI/LFM2.5 8B A1B DSpark tags: sglang safetensors qwen3 speculative decoding dspark lfm2 lfm2 moe draft model text generation base model:Liqui…

ggufsglangsafetensorsqwen3speculative-decodingdsparklfm2lfm2_moedraft-modeltext-generationbase_model:LiquidAI/LFM2.5-8B-A1Bbase_model:finetune:LiquidAI/LFM2.5-8B-A1Blicense:otherregion:usbase_model:LiquidAI/LFM2.5-8B-A1B-DSparkbase_model:quantized:LiquidAI/LFM2.5-8B-A1B-DSparkendpoints_compatibleconversational

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

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

7 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
LFM2.5-8B-A1B-DSpark-Q2_K.ggufGGUFQ2_K119.8 MBDownload
LFM2.5-8B-A1B-DSpark-Q3_K_M.ggufGGUFQ3_K_M153.8 MBDownload
LFM2.5-8B-A1B-DSpark-Q4_K_M.ggufGGUFQ4_K_M190.4 MBDownload
LFM2.5-8B-A1B-DSpark-Q5_K_M.ggufGGUFQ5_K_M226.2 MBDownload
LFM2.5-8B-A1B-DSpark-Q6_K.ggufGGUFQ6_K264.3 MBDownload
LFM2.5-8B-A1B-DSpark-Q8_0.ggufGGUFQ8_0340.0 MBDownload
LFM2.5-8B-A1B-DSpark-bf16.ggufGGUFBF16632.9 MBDownload

Model Details

Model IDAnbeeld/LFM2.5-8B-A1B-DSpark-GGUF
AuthorAnbeeld
Pipelinetext-generation
License
Base modelLiquidAI/LFM2.5-8B-A1B-DSpark
Last modified2026-09-07T00:02:04.000Z

Model README

---

base_model: LiquidAI/LFM2.5-8B-A1B-DSpark

tags:

  • sglang
  • safetensors
  • qwen3
  • speculative-decoding
  • dspark
  • lfm2
  • lfm2_moe
  • draft-model
  • text-generation
  • base_model:LiquidAI/LFM2.5-8B-A1B
  • base_model:finetune:LiquidAI/LFM2.5-8B-A1B
  • license:other
  • region:us

---

LFM2.5-8B-A1B DSpark GGUF

GGUF quantizations of LiquidAI DSpark draft model for LFM2.5-8B-A1B.

Use with BeeLlama.cpp, a llama.cpp fork with advanced quantization features.

---

<div align="center">

<img

src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/2b08LKpev0DNEk6DlnWkY.png"

alt="Liquid AI"

style="width: 100%; max-width: 100%; height: auto; display: inline-block; margin-bottom: 0.5em; margin-top: 0.5em;"

/>

<div style="display: flex; justify-content: center; gap: 0.5em; margin-bottom: 1em;">

<a href="https://playground.liquid.ai/"><strong>Try LFM</strong></a> •

<a href="https://docs.liquid.ai/lfm/getting-started/welcome"><strong>Docs</strong></a> •

<a href="https://leap.liquid.ai/"><strong>LEAP</strong></a> •

<a href="https://discord.com/invite/liquid-ai"><strong>Discord</strong></a>

</div>

</div>

LFM2.5-8B-A1B-DSpark

LFM2.5-DSpark is a family of speculative-decoding draft models that adapt DSpark for the LFM2.5 architecture.

They allow LFM2.5 models to run faster without degrading quality.

This is a drafter for LiquidAI/LFM2.5-8B-A1B.

In SGLang, decoding runs about 2.6× faster. It also runs on-device on Apple silicon through the Metal backend.

Find more information about LFM2.5-DSpark in our blog post.

🗒️ Model Details

LFM2.5-8B-A1B-DSpark is a DSpark speculative-decoding draft model with the following features:

  • Target model: LiquidAI/LFM2.5-8B-A1B
  • Draft parameters: 327.7M (BF16)
  • Backbone: 5 full attention layers, hidden_size=2048, intermediate_size=6144 with SiLU/SwiGLU, GQA with num_attention_heads=32 / num_key_value_heads=8, head_dim=64
  • Extra heads: Markov head (rank 256) + confidence head
  • Block size: 9
  • Vocabulary: 128,000

Other models in the LFM2.5-DSpark family:

| Drafter | Target |

|---|---|

| LFM2.5-1.2B-Instruct-DSpark | LFM2.5-1.2B-Instruct |

| LFM2.5-8B-A1B-DSpark | LFM2.5-8B-A1B |

| LFM2.5-2.6B-DSpark | LFM2.5-2.6B |

📊 Performance

Benchmarks

Speculative decoding is exact: the target verifies every proposed token, so the generated

text is what the target would have produced on its own. See LiquidAI/LFM2.5-8B-A1B for performance benchmarks.

Acceptance

Mean accepted tokens per decoding step, by benchmark (1×H100, batch size 1, greedy decoding).

Higher means more of the draft's proposed block is accepted per target forward pass, so decoding

is faster (at block size 9, the ceiling is 10).

| Benchmark | Accepted tokens / step |

|---|---:|

| MATH-500 | 8.02 |

| GSM8K | 3.91 |

| HumanEval | 7.48 |

| MBPP | 7.63 |

| MT-Bench | 8.99 |

| Mean | 7.21 |

On-device and GPU Inference

| Dataset | Acceptance (of 10\) | Speedup on H100 | Speedup on M4 Max |

| :---- | :---- | :---- | :---- |

| MATH500 | 8.27 | 3.18x<br/>428 → 1362 tok/s | 1.21x<br/>93 → 112 tok/s |

| HumanEval | 7.02 | 2.58x<br/>426 → 1100 tok/s | 1.12x<br/>91 → 101 tok/s |

| MBPP | 6.93 | 2.64x<br/>426 → 1122 tok/s | 1.09x<br/>89 → 97 tok/s |

| GSM8K | 4.02 | 1.29x<br/>385 → 496 tok/s | 1.44x<br/>90 → 129 tok/s |

| MT-Bench | 8.52 | 3.02x<br/>426 → 1288 tok/s | 1.04x<br/>87 → 90 tok/s |

| Mean | 6.95 | 2.54x<br/>418 → 1074 tok/s | 1.18x<br/>90 → 106 tok/s |

🏃 How to run (SGLang)

Requires a build of SGLang with DSpark support for LFM2 / LFM2-MoE targets

(PR #31041). Launch the target with the draft

attached:

python -m sglang.launch_server \
  --model-path LiquidAI/LFM2.5-8B-A1B \
  --speculative-algorithm DSPARK \
  --speculative-draft-model-path LiquidAI/LFM2.5-8B-A1B-DSpark \
  --speculative-draft-attention-backend flashinfer \
  --disable-radix-cache --mem-fraction-static 0.75 --port 30000

Then query the OpenAI-compatible endpoint at http://localhost:30000/v1. The block size is read

from the draft's config.json; the baseline is the same command without the three

--speculative-* flags.

📬 Contact

Citation

@article{liquidAI202626B,
  author  = {Liquid AI},
  title   = {LFM2.5-2.6B: Agents Everywhere},
  journal = {Liquid AI Blog},
  year    = {2026},
  note    = {www.liquid.ai/blog/lfm2-5-2-6b},
}
@article{liquidAI2026dspark,
  author = {Liquid AI},
  title = {LFM2.5-DSpark: Up to 3.2x Faster Inference from H100 to MacBook},
  journal = {Liquid AI Blog},
  year = {2026},
  note = {www.liquid.ai/blog/lfm2.5-dspark},
}

Run Anbeeld/LFM2.5-8B-A1B-DSpark-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