axiomofmind/DeepSeek-V4-Flash-0731-NVFP4-GGUF overview
DeepSeek V4 Flash 0731 NVFP4 GGUF GGUF conversion of axiomofmind/DeepSeek V4 Flash 0731 NVFP4 https://huggingface.co/axiomofmind/DeepSeek V4 Flash 0731 NVFP4 ,…
Runs locally from ~10.15 GB disk (12 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| DeepSeek-V4- Flash-0731-NVFP4-Q8attn-00001-of-00004.gguf | GGUF | Q8ATTN | 46.13 GB | Download |
| DeepSeek-V4- Flash-0731-NVFP4-Q8attn-00002-of-00004.gguf | GGUF | Q8ATTN | 46.13 GB | Download |
| DeepSeek-V4- Flash-0731-NVFP4-Q8attn-00003-of-00004.gguf | GGUF | Q8ATTN | 46.13 GB | Download |
| DeepSeek-V4- Flash-0731-NVFP4-Q8attn-00004-of-00004.gguf | GGUF | Q8ATTN | 15.32 GB | Download |
| DeepSeek-V4-Flash-0731- DSpark-MXFP4-Q8attn.gguf | GGUF | Q8ATTN | 10.15 GB | Download |
Model Details
| Model ID | axiomofmind/DeepSeek-V4-Flash-0731-NVFP4-GGUF |
|---|---|
| Author | axiomofmind |
| Pipeline | text-generation |
| License | mit |
| Base model | axiomofmind/DeepSeek-V4-Flash-0731-NVFP4 |
| Last modified | 2026-08-23T06:15:38.000Z |
Model README
---
base_model: axiomofmind/DeepSeek-V4-Flash-0731-NVFP4
library_name: llama.cpp
pipeline_tag: text-generation
license: mit
tags:
- deepseek-v4
- gguf
- nvfp4
- mxfp4
- dspark
- speculative-decoding
---
DeepSeek-V4-Flash-0731 NVFP4 GGUF
GGUF conversion of axiomofmind/DeepSeek-V4-Flash-0731-NVFP4, independently calibrated from the official deepseek-ai/DeepSeek-V4-Flash-0731 weights.
Files
DeepSeek-V4-Flash-0731-NVFP4-Q8attn-00001-of-00004.ggufthrough00004: main model, 165.04 GB totalDeepSeek-V4-Flash-0731-DSpark-MXFP4-Q8attn.gguf: optional DSpark drafter, 10.90 GB
The 129 merged routed-expert tensors use NVFP4. Source FP8 attention/shared-expert linear tensors are Q8_0; embeddings and output head are BF16. The separate DSpark drafter uses nine MXFP4 expert tensors.
For the main model and fully GPU-resident DSpark drafter, 208 GiB or more of aggregate VRAM is recommended. The drafter also requires approximately 10.2 GiB of contiguous free VRAM on one GPU. Actual memory use depends on context length, batch size, and runtime settings.
Runtime requirement
This conversion needs the included llama.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.
git clone https://github.com/ggml-org/llama.cpp
cd llama.cpp
git checkout 5ecbe1ac17ec0484c5b44af0bd580cdc9c428ed4
git apply ../llama.cpp-deepseek-v4-nvfp4-runtime.patch
Main-model example:
llama-server -m DeepSeek-V4-Flash-0731-NVFP4-Q8attn-00001-of-00004.gguf \
-ngl all -c 32768 -fa on --jinja
Main model with the optional GPU-resident DSpark drafter:
llama-server -m DeepSeek-V4-Flash-0731-NVFP4-Q8attn-00001-of-00004.gguf \
-md DeepSeek-V4-Flash-0731-DSpark-MXFP4-Q8attn.gguf \
--spec-type draft-dspark --spec-draft-n-max 5 \
-ngl all -ngld all \
-c 32768 -fa on --jinja
The main model and DSpark speculative decoding have both been runtime-validated. Performance and draft acceptance depend on hardware, prompt, context, and generation settings.
The GGUF metadata advertises a 1,048,576-token context. Longer contexts require additional KV-cache and compute memory.
Run axiomofmind/DeepSeek-V4-Flash-0731-NVFP4-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models