Selective-imatrix TQ3_4S quant of DeepSeek-V4-Flash-0731 (284B MoE / 13B active), tuned per-tensor for coding quality at minimal size. 17% smaller than the previous TQ3_4S release and serves full 1M context on a single box.
Required Runtime
This model uses the custom TQ3_4S tensor type. Stock llama.cpp builds cannot load it — use the TurboQuant fork:
Multi-file GGUF: download all 9 shards R2.gguf-00001-of-00009.gguf … 00009-of-00009 (11.8/10.9/10.9/9.5/10.2/10.8/11.1/12.0/9.6 GB) into one folder, then load -00001-of-00009:
With the DSpark drafter (--spec-type draft-dspark -md dspark-DeepSeek-V4-Flash-0731-Q8_0.gguf), decode rises to 22.9 tok/s @1M — faster than the previous TQ3_4S at 512K.
Benchmarks
Thinking ON, temp 0, official evalplus scorer.
benchmark
Benchmark
R2_TQ3_4S (3090 @1M)
R2_TQ3_4S (Spark)
TQ3_4S (Spark, 512K)
HumanEval pass@1
93.3
90.9
94.5
HumanEval+ pass@1
89.0
86.6
90.9
MBPP pass@1
92.6
92.6
91.8
MBPP+ pass@1
77.5
75.9
77.2
Hard86
77/86
76/86
70/86
Decode tok/s @1M
14.3
18.4 (22.9 + drafter)
21.4 @512K
Task-level suite breakdown (raw openai_compat):
Task
R2_TQ3_4S (3090 @1M)
coding
91.7
toolcall
90.0
dataextract
87.1
reasonmath
80.0
instructfollow
77.8
speed
49.4
Caveat: the 3090 suite run used reasoning budget 81,920 (garden server) rather than the 256 used for the Spark baselines.