Views
No views yet
./download_model.sh dspark-support produces, but pre-built: you can
skip the ~167 GB DSpark source download and the local conversion.| File | Size | SHA-256 |
|---|---|---|
DeepSeek-V4-Flash-DSpark-support.gguf | 5,989,114,272 B (5.6 GiB) | 8b3adf5942bec22ae2ea867cd7079cf13530ba83ffcffaf00f5de48664a1a34e |
general.architecture = deepseek4-dspark.block_size = 5, markov_rank = 256, n_layers = 3,
target_layer_ids = [40, 41, 42], noise_token_id = 128799.deepseek4-quantize DSpark builder): routed experts
ffn_down Q2_K / ffn_gate,ffn_up IQ2_XXS; attention, shared experts and main_proj
Q8_0; norms F32; hyper-connection tensors F16.ds4flash.gguf) and a recent ds4 build.1./ds4 -m ds4flash.gguf \
2 --mtp DeepSeek-V4-Flash-DSpark-support.gguf \
3 --dspark --temp 0--dspark activates the runtime; --dspark-confidence 0.9 is the default acceptance
threshold (--dspark-confidence 0 forces fixed five-token blocks for diagnostics).--temp 0); sampled and reasoning/think modes
disable it.deepseek-ai/DeepSeek-V4-Flash-DSpark
(MIT) — the DeepSeek-V4-Flash checkpoint plus the DSpark drafter module. Only the
drafter tensors (the mtp.* stages + Markov head, checkpoint shards 46–48) were used.gguf-tools/deepseek4-quantize DSpark support builder, from
antirez/ds4 commit fc9efd1 ("Add DSpark speculative
decoding"). No engine code was modified to produce this file.block_size, markov_rank, target_layer_ids, noise_token_id).make dspark-acceptance fixture.