GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

tarruda/DeepSeek-V4-Flash-0731-GGUF overview

DeepSeek V4 Flash 0731 GGUF GGUF quantizations for deepseek ai/DeepSeek V4 Flash 0731 https://huggingface.co/deepseek ai/DeepSeek V4 Flash 0731 DeepSeek publis…

ggufimatrixconversationaldeepseekllama.cpptext-generationbase_model:deepseek-ai/DeepSeek-V4-Flash-0731base_model:quantized:deepseek-ai/DeepSeek-V4-Flash-0731license:mitendpoints_compatibleregion:us

Runs locally from ~5.0 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
692
Likes
6
Pipeline
text-generation
Author

Repository Files & Downloads

18 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
DeepSeek-V4-Flash-0731-DSpark.ggufGGUFGGUF10.15 GBDownload
IQ3_XXS/DeepSeek-V4-Flash-0731-IQ3_XXS-00001-of-00004.ggufGGUFIQ3_XXS5.0 MBDownload
IQ3_XXS/DeepSeek-V4-Flash-0731-IQ3_XXS-00002-of-00004.ggufGGUFIQ3_XXS45.88 GBDownload
IQ3_XXS/DeepSeek-V4-Flash-0731-IQ3_XXS-00003-of-00004.ggufGGUFIQ3_XXS46.40 GBDownload
IQ3_XXS/DeepSeek-V4-Flash-0731-IQ3_XXS-00004-of-00004.ggufGGUFIQ3_XXS13.77 GBDownload
MXFP4/DeepSeek-V4-Flash-0731-MXFP4-00001-of-00005.ggufGGUFGGUF5.0 MBDownload
MXFP4/DeepSeek-V4-Flash-0731-MXFP4-00002-of-00005.ggufGGUFGGUF45.70 GBDownload
MXFP4/DeepSeek-V4-Flash-0731-MXFP4-00003-of-00005.ggufGGUFGGUF45.69 GBDownload
MXFP4/DeepSeek-V4-Flash-0731-MXFP4-00004-of-00005.ggufGGUFGGUF45.69 GBDownload
MXFP4/DeepSeek-V4-Flash-0731-MXFP4-00005-of-00005.ggufGGUFGGUF8.56 GBDownload
Q2_K/DeepSeek-V4-Flash-0731-Q2_K-00001-of-00003.ggufGGUFQ2_K5.0 MBDownload
Q2_K/DeepSeek-V4-Flash-0731-Q2_K-00002-of-00003.ggufGGUFQ2_K46.21 GBDownload
Q2_K/DeepSeek-V4-Flash-0731-Q2_K-00003-of-00003.ggufGGUFQ2_K45.73 GBDownload
Q3_K/DeepSeek-V4-Flash-0731-Q3_K-00001-of-00004.ggufGGUFQ3_K5.0 MBDownload
Q3_K/DeepSeek-V4-Flash-0731-Q3_K-00002-of-00004.ggufGGUFQ3_K46.46 GBDownload
Q3_K/DeepSeek-V4-Flash-0731-Q3_K-00003-of-00004.ggufGGUFQ3_K46.30 GBDownload
Q3_K/DeepSeek-V4-Flash-0731-Q3_K-00004-of-00004.ggufGGUFQ3_K25.38 GBDownload
imatrix.ggufGGUFGGUF448.1 MBDownload

Model Details

Model IDtarruda/DeepSeek-V4-Flash-0731-GGUF
Authortarruda
Pipelinetext-generation
Licensemit
Base modeldeepseek-ai/DeepSeek-V4-Flash-0731
Last modified2026-08-04T13:50:44.000Z

Model README

---

quantized_by: tarruda

pipeline_tag: text-generation

base_model: deepseek-ai/DeepSeek-V4-Flash-0731

base_model_relation: quantized

license: mit

license_link: https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md

tags:

  • gguf
  • imatrix
  • conversational
  • deepseek
  • llama.cpp

---

DeepSeek V4 Flash 0731 GGUF

GGUF quantizations for

deepseek-ai/DeepSeek-V4-Flash-0731

DeepSeek published the original model weights in MXFP4, so the MXFP4 GGUFs in

this repo are direct conversions of those original safetensors.

Quant Recipes

| Recipe | Quant Size | Default type | Tensor-specific overrides |

| --- | --- | --- | --- |

| Q3_K | 120974.36 MiB (3.57 BPW) | Q8_0 | ffn_down_exps=q3_k, ffn_gate_exps=q3_k, ffn_up_exps=q3_k |

| IQ3_XXS | 108590.36 MiB (3.20 BPW) | Q8_0 | ffn_down_exps=iq3_xxs, ffn_gate_exps=iq3_xxs, ffn_up_exps=iq3_xxs |

| Q2_K | 94142.36 MiB (2.78 BPW) | Q8_0 | ffn_down_exps=q2_k, ffn_gate_exps=q2_k, ffn_up_exps=q2_k |

Usage

This is the script I use to run:

#!/bin/sh -e

model="./IQ3_XXS/DeepSeek-V4-Flash-0731-IQ3_XXS-00001-of-00004.gguf"

ctx=262144
parallel=2

ctx_size=$((ctx * parallel))

llama-server --no-mmap --no-warmup \
  --model $model --ctx-size $ctx_size -np $parallel \
  --repeat-penalty 1.0  --presence-penalty 0.0 \
  --chat-template-kwargs '{"reasoning_effort": "max"}' \
  --reasoning-preserve \
  -b 2048 -ub 2048 \
  --cache-ram 4096 -ctxcp 128 \
  --temp 1.0 --top-p 1.0

Run tarruda/DeepSeek-V4-Flash-0731-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models