Views
No views yet
axiomofmind/DeepSeek-V4-Flash-0731-NVFP4, independently calibrated from the official deepseek-ai/DeepSeek-V4-Flash-0731 weights.DeepSeek-V4-Flash-0731-NVFP4-Q8attn-00001-of-00004.gguf through 00004: main model, 165.04 GB totalDeepSeek-V4-Flash-0731-DSpark-MXFP4-Q8attn.gguf: optional DSpark drafter, 10.90 GBllama.cpp-deepseek-v4-nvfp4-runtime.patch. Without it, DeepSeek V4 does not apply the NVFP4 per-expert scales and produces corrupted output. The patch applies to llama.cpp commit 5ecbe1ac17ec0484c5b44af0bd580cdc9c428ed4.1git clone https://github.com/ggml-org/llama.cpp
2cd llama.cpp
3git checkout 5ecbe1ac17ec0484c5b44af0bd580cdc9c428ed4
4git apply ../llama.cpp-deepseek-v4-nvfp4-runtime.patch1llama-server -m DeepSeek-V4-Flash-0731-NVFP4-Q8attn-00001-of-00004.gguf \
2 -ngl all -c 32768 -fa on --jinja1llama-server -m DeepSeek-V4-Flash-0731-NVFP4-Q8attn-00001-of-00004.gguf \
2 -md DeepSeek-V4-Flash-0731-DSpark-MXFP4-Q8attn.gguf \
3 --spec-type draft-dspark --spec-draft-n-max 5 \
4 -ngl all -ngld all \
5 -c 32768 -fa on --jinja