Views
No views yet
LiquidAI/LFM2.5-2.6B.
In SGLang, decoding runs about 2.6× faster. It also runs on-device on Apple silicon through the Metal backend.LiquidAI/LFM2.5-2.6Bhidden_size=2048, intermediate_size=6144 with SiLU/SwiGLU, GQA with num_attention_heads=32 / num_key_value_heads=8, head_dim=64| 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 |
LiquidAI/LFM2.5-2.6B for performance benchmarks.| Benchmark | 1×H100 (SGLang) | Apple M4 Max (Metal) |
|---|---|---|
| MATH-500 | 5.67 | 4.45 |
| GSM8K | 4.32 | 4.91 |
| HumanEval | 4.54 | 5.24 |
| MBPP | 4.92 | 4.19 |
| MT-Bench | 4.69 | 3.33 |
| Mean | 4.83 | 4.42 |
| Dataset | Acceptance (of 10) | Speedup on H100 | Speedup on M4 Max |
|---|---|---|---|
| MATH500 | 5.42 | 3.06x (326 → 1000 tok/s) | 2.25x (61 → 137 tok/s) |
| HumanEval | 4.54 | 2.56x (326 → 835 tok/s) | 2.63x (61 → 161 tok/s) |
| MBPP | 4.71 | 2.64x (326 → 861 tok/s) | 2.11x (62 → 132 tok/s) |
| GSM8K | 4.32 | 2.22x (312 → 693 tok/s) | 2.36x (60 → 143 tok/s) |
| MT-Bench | 5.07 | 2.87x (325 → 933 tok/s) | 1.99x (62 → 123 tok/s) |
| Mean | 4.81 | 2.67x (323 → 864 tok/s) | 2.27x (61 → 139 tok/s) |
1python -m sglang.launch_server \
2 --model-path LiquidAI/LFM2.5-2.6B \
3 --speculative-algorithm DSPARK \
4 --speculative-draft-model-path LiquidAI/LFM2.5-2.6B-DSpark \
5 --speculative-draft-attention-backend flashinfer \
6 --disable-radix-cache --mem-fraction-static 0.75 --port 30000http://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.1@article{liquidAI202626B,
2 author = {Liquid AI},
3 title = {LFM2.5-2.6B: Agents Everywhere},
4 journal = {Liquid AI Blog},
5 year = {2026},
6 note = {www.liquid.ai/blog/lfm2-5-2-6b},
7}1@article{liquidAI2026dspark,
2 author = {Liquid AI},
3 title = {LFM2.5-DSpark: Up to 3.2x Faster Inference from H100 to MacBook},
4 journal = {Liquid AI Blog},
5 year = {2026},
6 note = {www.liquid.ai/blog/lfm2.5-dspark},
7}