jabbatheduck/DeepSeek-v4-flash-mini · Hugging Face
Summary
jabbatheduck released a GGUF quantized version of the REAP expert-pruned DeepSeek-V4-Flash checkpoint, aggressively compressed for memory-constrained inference on consumer GPUs while preserving router and attention precision.
View Cached Full Text
Cached at: 08/05/26, 02:23 PM
jabbatheduck/DeepSeek-v4-flash-mini · Hugging Face
Source: https://huggingface.co/jabbatheduck/DeepSeek-v4-flash-mini
https://huggingface.co/jabbatheduck/DeepSeek-v4-flash-mini#deepseek-v4-flash-reap-k160–ggufDeepSeek V4 Flash REAP K160 — GGUF
Quantized GGUF of the REAP expert-pruned DeepSeek-V4-Flash-0731 checkpoint. This is an aggressively compressed variant intended for memory-constrained inference on high-end consumer and workstation GPUs.
Source model:0xSero/DeepSeek\-V4\-Flash\-0731\-REAP Quantization inspiration:antirez/deepseek\-v4\-gguf
https://huggingface.co/jabbatheduck/DeepSeek-v4-flash-mini#fileFile
FileSizeRouted expertsEverything elseDeepSeek\-V4\-Flash\-REAP\-IQ2XXS\-w2Q2K\-AProjQ8\-OutQ8\-chat\-v2\.gguf54 GiBIQ2\_XXS(gate, up) +Q2\_K(down) — 160 of 256 retainedQ8\_0attention / shared experts / output head,F16router + embed + indexer + compressor + HC,F32norms / sinks / bias
https://huggingface.co/jabbatheduck/DeepSeek-v4-flash-mini#quantization-recipeQuantization recipe
Tensor classQuantNotesblk\.\*\.ffn\_gate\_exps,blk\.\*\.ffn\_up\_exps**IQ2\_XXSrouted-expert up/gateblk\.\*\.ffn\_down\_expsQ2\_K**routed-expert down (K-quant for stability)blk\.\*\.ffn\_\{gate,up,down\}\_shexp``Q8\_0shared expertsblk\.\*\.attn\_q\_a,attn\_q\_b,attn\_kv,attn\_output\_a,attn\_output\_b``Q8\_0all attention projectionsoutput\.weight``Q8\_0output headtoken\_embd\.weight``F16input embeddingblk\.\*\.ffn\_gate\_inp``F16learned routerblk\.\*\.exp\_probs\_b,blk\.\*\.attn\_sinks, all\*\_norm\.weight``F32``blk\.\*\.ffn\_gate\_tid2eid``I32hash-routing tables (first 3 layers)blk\.\*\.attn\_compressor\_\*,blk\.\*\.indexer\_\*,blk\.\*\.hc\_\*,blk\.\*\.output\_hc\_\*``F16/F32DeepSeek-V4 auxiliary blocks
**Why the asymmetry:**routed experts dominate parameter count but fire on only a fraction of tokens. Aggressive quantization on them costs less in average quality than treating router, projections, or shared experts the same way. Keeping decision-making tensors atQ8\_0preserves behavior; crushing the experts buys the size.
https://huggingface.co/jabbatheduck/DeepSeek-v4-flash-mini#base-model-contextBase-model context
This GGUF was derived from a K160 REAP checkpoint — 160 of 256 routed experts retained per MoE scope, top-6 routing preserved, router and indexer remapped to the retained expert IDs. Structural validation passed on the source checkpoint with 46/46 MoE scopes verified.
https://huggingface.co/jabbatheduck/DeepSeek-v4-flash-mini#requirementsRequirements
Use a DeepSeek-V4-capable runtime. Generictransformerspipelines will not handle the custom MXFP4 / sparse-attention / tokenizer components.
Tested with theds4inference engine:https://github.com/antirez/ds4
https://huggingface.co/jabbatheduck/DeepSeek-v4-flash-mini#licenseLicense
MIT. The base model copyright is held by DeepSeek; this GGUF is redistributed under the base model’s release terms.
Similar Articles
antirez/deepseek-v4-gguf
Antirez released GGUF quantizations of DeepSeek V4 Flash specifically tailored for the DS4 inference engine, providing optimized configurations for different RAM sizes and enabling local execution of the large MoE model.
Deepseek V4 Flash 2, 3 and 4 bits GGUFs
GGUF quantizations of DeepSeek V4 Flash in 2-bit, 3-bit, and 4-bit precisions, made available on Hugging Face for local inference with tools like llama.cpp and Ollama.
@Snixtp: DeepSeek V4 Flash on a single RTX Pro 6000?
DeepSeek V4 Flash GGUF quantizations have been released by antirez, enabling the model to run on single GPUs like the RTX Pro 6000 and Macs with 128GB+ RAM. The quantized files are available on Hugging Face with instructions for the DS4 inference engine.
DeepSeek-v4-Flash-Mini 54GB GGUF running at ~20.5 t/s
A community build crushes DeepSeek-V4-Flash down to a 54GB IQ2_XXS GGUF variant with aggressive 2-bit quantization, achieving ~20.5 tokens/s on local hardware while drastically reducing memory footprint.
DeepSeek V4 Flash 0731GGUFs with updated template (supports reasoning levels)
Hugging Face page for DeepSeek-V4-Flash-0731-GGUF, a GGUF quantized version of DeepSeek V4 Flash with an updated template supporting reasoning levels, ready for use with llama.cpp, vLLM, Ollama, and other local inference tools.