How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf him0413/DeepSeek-V4-Flash-DSpark-draft-Q3_K_S:Q3_K_S
# Run inference directly in the terminal:
llama cli -hf him0413/DeepSeek-V4-Flash-DSpark-draft-Q3_K_S:Q3_K_S
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf him0413/DeepSeek-V4-Flash-DSpark-draft-Q3_K_S:Q3_K_S
# Run inference directly in the terminal:
llama cli -hf him0413/DeepSeek-V4-Flash-DSpark-draft-Q3_K_S:Q3_K_S
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf him0413/DeepSeek-V4-Flash-DSpark-draft-Q3_K_S:Q3_K_S
# Run inference directly in the terminal:
./llama-cli -hf him0413/DeepSeek-V4-Flash-DSpark-draft-Q3_K_S:Q3_K_S
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf him0413/DeepSeek-V4-Flash-DSpark-draft-Q3_K_S:Q3_K_S
# Run inference directly in the terminal:
./build/bin/llama-cli -hf him0413/DeepSeek-V4-Flash-DSpark-draft-Q3_K_S:Q3_K_S
Use Docker
docker model run hf.co/him0413/DeepSeek-V4-Flash-DSpark-draft-Q3_K_S:Q3_K_S
Quick Links

DeepSeek V4 Flash DSpark Draft — Q3_K_S

Q3_K_S quantized DSpark draft model for DeepSeek V4 Flash, for use with speculative decoding (DSpark).

Origin

Usage

Use as the draft model together with a DeepSeek V4 Flash main model to accelerate generation.

llama.cpp

llama-server \
  -m <main-model>.gguf \
  --model-draft DeepSeek-V4-Flash-DSpark-draft-Q3_K_S.gguf \
  --spec-type draft-dspark \
  --spec-draft-n-max 2 \
  --spec-draft-type-k q8_0 \
  --spec-draft-type-v q8_0

ds4 (antirez/ds4)

./ds4 -m <main-model>.gguf --rocm --dspark --mtp DeepSeek-V4-Flash-DSpark-draft-Q3_K_S.gguf

Notes

  • Q3_K_S is much smaller than the Q8_0 source drafter (~8.5 GB vs ~10 GB) at the cost of slightly lower draft quality / acceptance rate. Benchmark before committing on your hardware.
  • The draft model does not need to be the same quant as the main model.

License

MIT — same as upstream unsloth/DeepSeek-V4-Flash-0731-GGUF.

Credits

  • unsloth — original DSpark drafter
  • antirez/ds4 — DSpark engine
  • Kevletesteur — Strix Halo verified GGUF setup that motivated this requantization
Downloads last month
71
GGUF
Model size
20B params
Architecture
dflash
Hardware compatibility
Log In to add your hardware

3-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for him0413/DeepSeek-V4-Flash-DSpark-draft-Q3_K_S

Quantized
(3)
this model