Views
No views yet
deepseek-ai/DeepSeek-V4-Flash from the original
safetensors into a single GGUF file that preserves the model's native
low-precision weights:F8_E4M3_B128, 128-element blocks with one E8M0 scale)MXFP4)| File | Size | Quant |
|---|---|---|
DeepSeek-V4-Flash-FP4-FP8-native.gguf | ~146 GB | F8_E4M3 + MXFP4 |
F8_E4M3_B128 and MXFP4
support and the DeepSeek V4 Flash architecture. Stock upstream llama.cpp
cannot load this file.GGML_TYPE_F8_E4M3_B128 (ggml type 42)LLAMA_FTYPE_MOSTLY_F8_E4M3_MXFP4 (ftype 41, exposed as F8_E4M3_MXFP4 /
moe-f8-e4m3-mxfp4)F8_E4M3_B128gguf-py supportdeepseek-ai/DeepSeek-V4-Flash1python3 convert_hf_to_gguf.py /mnt/models/hf/DeepSeek-V4-Flash \
2 --outtype moe-f8-e4m3-mxfp4 \
3 --torch-threads 96 \
4 --outfile DeepSeek-V4-Flash-FP4-FP8-native.gguf