DeepSeek V4 Flash gets smaller files and long-context tests
is being tested in 2-bit, 3-bit, and 4-bit GGUF files. The practical goal is to shrink a large AI model so it can run on personal hardware or smaller servers while lowering memory use and . Related experiments combine vLLM 0.24.0, llama.cpp branches, DSpark, NVFP4, and work to test long context and concurrent use.
One setup targets two DGX Spark machines with 1.5 million , a 3 million KV token pool, and 12 concurrent requests, while another checks whether a REAP-pruned NVFP4 setup stays steady at long context on a single Spark machine. A llama.cpp branch has merged fixes for behavior and compares perplexity against f16 to watch for quality loss. An RTX 5090 MoE setup reports around 22.7 to 21.3 and around 1105 to 927 across prompts from 8,192 to 65,536 tokens.
There is still some confusion around model formats, including a case where a GGUF release is described as MXFP4 even though the original model page lists other tensor types, so users need to verify what they are actually running.
Key points
- 2-bit, 3-bit, and 4-bit GGUF files aim to make cheaper to run in memory.
- work is directly relevant to agents that need long context.
- vLLM, llama.cpp, DSpark, and NVFP4 are being combined in long-context and concurrency tests.
- An RTX 5090 MoE test reports about 21 to 23 generated across long prompt sizes.
- Model format labels may not always match the original model details, so verification matters.
Sources covering this story (12)
- r/LocalLLaMADeepSeek V4 Flash gets smaller files and long-context tests ↗
- drowzeys/keys-vLLm-0.24.0-Optimized-DeepSeekV4-Flash-DSpark-NVFP4-KV-1.5M-CTX-3M-Pool-C-12-on-2-DGX-Sparkdrowzeys/keys-vLLm-0.24.0-Optimized-DeepSeekV4-Flash-DSpark-NVFP4-KV-1.5M-CTX-3M-Pool-C-12-on-2-DGX-Spark: Run on TWO-DGX-Spark - vLLm-0.24.0 dual cache optimized DSV4F+DSpark+NVFP4 KV (Concurrency 12 ↗
- r/LocalLLaMAGot my Ascent GX10 two days ago, ran REAP-pruned NVFP4 DeepSeek-V4-Flash on a single Spark, and it stays consistent at long context ↗
- r/LocalLLaMAI merged fixes for quantized KV cache into my DeepSeek V4 branch ↗
- r/LocalLLaMAIs dSpark, dflash, MTP, QAT, and similar tech going to increase inference speed enough to where model spillover to disk will be more tolerable? ↗
- r/LocalLLaMADeepseek V4 Flash running on RTX 5090 MoE ↗
- r/LocalLLaMAAny idea why bartowski claims DeepSeek-V4-Flash is MXFP4? ↗