Views
No views yet
DeepSeek-V4-Flash
weights as GGUF. The goal is plain: keep the file as close as practical to the
official checkpoint, so people can test DeepSeek V4 Flash locally without first
turning the whole model into a lower-precision quant.| file | size | notes |
|---|---|---|
DeepSeek-V4-Flash-MXFP4-FP8-BF16.gguf | 156.1 GB | Source-dtype-faithful file. Keeps official routed experts as MXFP4, official dense FP8 as FP8, official BF16 as BF16, and official F32 as F32. |
DeepSeek-V4-Flash-MXFP4-F16-Q8Compat.gguf | 158.1 GB | Compatibility file tested with a V4-capable llama.cpp fork. Dense FP8 is decoded for that runtime path. |
antirez/llama.cpp-deepseek-v4-flash
at commit 2f2d44052b7d. It passed short factual, JSON, and
tool-call-shaped JSON smoke tests, plus a small Python code-generation smoke.
On Apple Silicon, use --no-repack to avoid an extra full-model repack
allocation:1llama-cli \
2 -m DeepSeek-V4-Flash-MXFP4-F16-Q8Compat.gguf \
3 -p "The capital of France is" \
4 -n 8 -c 32768 -ngl 0 \
5 --no-repack --single-turn -r "<|im_end|>"