Views
No views yet
| Base model | DeepSeek V4 Flash |
| Donor GGUF | antirez Layers37-42Q4KExperts (90.9 GiB) |
| Pruning method | REAP (Cerebras Research) |
| Routed experts | 128 per layer (down from 256) |
| Kept slots | 5,888 / 11,008 |
| Hash-preserved | Layers 0-2 (256 experts each) |
| Pruned | Layers 3-42 (128 experts each) |
| Format | ds4-compact-v1 GGUF |
| File size | 52.04 GiB |
| Mixed precision | Layers 3-36: Q2_K/IQ2_XXS · Layers 37-42: Q4_K |
Note: This variant preserves the donor's mixed quantization (Q4_K in layers 37-42, IQ2_XXS/Q2_K elsewhere). Requires a ds4 runtime that handles per-layer quant type dispatch. If you encounter "expected IQ2_XXS expert tensors" errors, use the uniform variant.
| Domain | Share |
|---|---|
| Coding & development | 35-40% |
| Agentic tool-calling | 16% |
| Research & knowledge | 15-20% |
| Math & science | 10-15% |
| Design & planning | 5-10% |
| Trivia & general QA | 3-5% |
activation_energy_sum2 score metric with 4,096 token context per prompt.
Top-to-bottom expert score gap in layer 3: 2,200x (strong pruning signal).1git clone https://github.com/eouya2/ds4-for-reaped
2cd ds4-for-reaped
3make cuda-spark -j$(nproc) # DGX Spark / CUDA
4# or: make # Metal / macOS
5
6./ds4 --cuda -m DeepSeek-V4-Flash-REAP-K128.gguf --ctx 1310721./ds4-server --cuda -m DeepSeek-V4-Flash-REAP-K128.gguf \
2 --host 0.0.0.0 --port 17777 --ctx 131072activation_energy_sum2ds4_prune_gguf.py from eouya2/reap-for-ds4. Layers 0-2 (hash-routed) preserved. Expert tensors copied byte-for-byte — no dequant/requant.ds4-compact-v1 GGUF