Views
No views yet
deepseek-ai/DeepSeek-V4-Flash-0731 checkpoint. The validated stack uses TP4, DSpark K5 speculative decoding, NVFP4 DS-MLA KV cache, FlashInfer B12X MoE, dual-rail RoCE v2, and ordinary CUDA Graph capture.Independent community recipe. This is not an official DeepSeek release and contains no model weights. Obtain the official checkpoint from DeepSeek-AI. DSpark accelerates target-verified generation; it does not change the target model's knowledge or semantics.
1TP4 / 4 GB10 nodes
2DSpark K5
3max sequences: 8
4max batched tokens: 16,384
5max model length: 1,048,576| Measurement | Promoted DSpark K5 C8 |
|---|---|
| Median single-stream decode | 66.08 tok/s |
| Median aggregate throughput at C8 | 185.06 output tok/s |
| Ten C8 rounds | 176.16–192.00 output tok/s |
| C8 p95 TTFT | 0.445 s |
| DSpark acceptance | 43.37% |
9e165c30e2704aec5d9d593cce3eebd58bbef1cbsha256:3430d6614a8e2925f34d059af6caf05aff42387326db4d05639a60f10f2654d80..3. Rank 0 is the API head; ranks 1–3 launch with HEADLESS=1. Every node must have a complete verified checkpoint at the same path and its own .env.node derived from runtime/.env.example.1world size / tensor parallel: 4
2pipeline parallel: 1
3DSpark draft tokens: 5
4KV cache: nvfp4_ds_mla
5MoE backend: flashinfer_b12x
6VLLM_USE_BREAKABLE_CUDAGRAPH=0
7max sequences: 8
8max batched tokens: 16384
9max model length: 1048576nofile limit of 1,048,576 is mandatory. Without it, the first four-node launch failed during NCCL all-gather with Too many open files.runtime/.env.example to a private .env.node on each node.NODE_RANK, VLLM_HOST_IP, fabric interface/HCA values, and rank-0 MASTER_ADDR.COMPOSE_DISABLE_ENV_FILE=1 docker compose --env-file .env.node -f runtime/docker-compose.yml -p deepseek-v4-0731-4xgb10 up -d1python3 scripts/production_proof.py --base-url http://127.0.0.1:8000 --model deepseek-v4-flash-0731-4xgb10 --context-tokens 160000
2
3python3 scripts/benchmark.py --base-url http://127.0.0.1:8000 --model deepseek-v4-flash-0731-4xgb10 --repetitions 3 --output benchmark.json
4
5python3 scripts/benchmark_concurrency.py --base-url http://127.0.0.1:8000 --model deepseek-v4-flash-0731-4xgb10 --concurrency 8 --rounds 3 --output c8.jsonruntime/docker-compose.yml — four-node TP4/DSpark runtimeruntime/.env.example — node-local configuration templatescripts/production_proof.py — model, tool, JSON, and bounded context gatesscripts/benchmark.py — workload-specific streaming benchmarkscripts/benchmark_concurrency.py — reproducible C8 aggregate benchmarkbenchmarks/production-summary.json — compact matched-campaign evidencebenchmarks/publication-smoke.json — live pre-publication proof, workload smoke, and C8 smokedocs/METHODOLOGY.md — definitions, controls, caveats, and rejected variantsCREDITS.md — contributor roles, direct runtime dependencies, recipe lineage, comparative references, and source linksNOTICE — pinned deployed artifacts and concise third-party notice