bloomer010/Ling-3.0-flash-REAP384-94B-A5B-GGUF overview
Ling 3.0 flash REAP384 94B total / 5.1B active — GGUF 384 of 512 routed experts kept per layer — 25% of experts pruned from inclusionAI/Ling 3.0 flash https://…
Runs locally from ~49.69 GB disk (32 GB+ VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | bloomer010/Ling-3.0-flash-REAP384-94B-A5B-GGUF |
|---|---|
| Author | bloomer010 |
| Pipeline | — |
| License | — |
| Base model | inclusionAI/Ling-3.0-flash |
| Last modified | 2026-08-16T01:18:55.000Z |
Model README
---
base_model: inclusionAI/Ling-3.0-flash
tags: [reap, expert-pruning, moe, bailingmoe, gguf]
---
Ling-3.0-flash REAP384 (94B total / 5.1B active) — GGUF
[384 of 512 routed experts kept per layer — 25% of experts pruned]
from inclusionAI/Ling-3.0-flash
(124B total / 5.1B active).
Method: one-shot REAP (Router-weighted Expert Activation Pruning) —
experts scored by router-gate-value × output-L2-norm over calibration data, lowest-scoring deleted.
No fine-tuning, no recovery training.
Calibration: 1M tokens of ultrachat (chat-only calibration)
Compatibility
bailingmoe3 support is pending merge upstream in
PR #26608. Once merged, any llama.cpp build
from that point onward loads these files directly:
Until then, use the fork the PR was developed on:
https://github.com/aetherbird/llama.cpp/tree/bailingmoe3-support
Serving with experts in CPU RAM (attention on GPU, experts streamed from RAM):
llama-server -m Ling-3.0-flash-REAP384-94B-A5B-MXFP4.gguf -ngl 99 -ot "ffn_.*_exps\.weight=CPU" --no-mmap -c 65536 --flash-attn on --jinja
Quants in this repo (all cut from a full-precision master): MXFP4 · Q4_K_M · Q2_K
— MXFP4 (experts MXFP4 / rest Q8_0) is the pick for CPU-offload serving.
Run bloomer010/Ling-3.0-flash-REAP384-94B-A5B-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models