DeepSeek-V4-Flash-0731 · IQ2_M · single-file GGUF for Ollama
Single-file IQ2_M quant of DeepSeek-V4-Flash-0731 (284B MoE, 13B active per
token, MIT) merged from AtomicChat's sharded GGUFs
so Ollama can pull it. ~33 tok/s on a 128 GB Apple Silicon Mac. Model by
DeepSeek, quantization by AtomicChat — we only merged and documented.
Run it on a Mac with one command — no cloning, no merging:
ollama run hf.co/bluehawana/DeepSeek-V4-Flash-0731-IQ2_M-GGUF
Or from the Ollama registry:
ollama run bluehawana/deepseek-v4-flash:iq2_m
~104 GB download. Tested on a MacBook Pro M5 Max (128 GB unified memory):
loads in ~25 s.
Why this repo
The excellent AtomicChat quants
are published as sharded GGUFs, which Ollama can't pull from the registry —
and (as of Ollama 0.32.12) ollama create fails on them locally too
(split GGUF ... has 1 shards, expected 4). This repo is the same IQ2_M quant
merged into a single file with llama.cpp's llama-gguf-split --merge, so
ollama run hf.co/... just works.
Measured via Ollama's /api/generate (its own eval_count/eval_duration
fields), one pass per row, reasoning tokens included. These speed numbers are
our own measurements of this merged file; all quality metrics cited in this
card are AtomicChat's.
Notes
Reasoning model — expect <think>…</think> before answers.
On 128 GB Macs, keep context modest (/set parameter num_ctx 8192) —
103 GB of weights leaves little KV-cache headroom.
Credits — this is not our model
We did not train or quantize this model. This repo's only contribution is
merging AtomicChat's four GGUF shards into one file (llama.cpp
llama-gguf-split --merge, a byte-preserving operation) so Ollama can pull it,
plus Mac-specific documentation. All quality metrics quoted anywhere in this
project (perplexity, KL divergence, 83.6% top-1 match) are AtomicChat's own
measurements from their model card.