DeepSeek-v4-Flash-DSpark-2x-DGX-Spark
DeepSeek-v4-Flash 0731 recipe for 2x DGX Sparks
File Explorer
- validate.yml
- benchmarks.png
- concurrency_bench.png
- DEEPSEEK_V4_FLASH_0731.md
- DSML_SYNTAX_TEMP_ASYMMETRY.md
- ENVS.md
- GLM-NEW-REPORT.md
- PATCHES.md
- SETUP.md
- vllm-027-new-patches.md
- fix-nvfp4-ds-mla-long-context.patch
- hotfix-dsv4-adaptive-topk-50004.sh
- hotfix-dsv4-assistant-final-continuation.py
- hotfix-dsv4-dense-prefill-indexer-48407.sh
- hotfix-dsv4-flashmla-workspace-50298.sh
- hotfix-dsv4-grammar-advance.sh
- hotfix-dsv4-issue26-hybrid-swa-min.py
- hotfix-dsv4-issue27-partial-prefill-concurrency.py
- hotfix-dsv4-issue31-v2-thinking-budget-gpu.py
- hotfix-dsv4-issue43-decode-fairness-and-diag.py
- hotfix-dsv4-issue55-tool-truncation.py
- hotfix-dsv4-mtp-buffer-50312.sh
- hotfix-dsv4-skip-empty-c128-48957.sh
- hotfix-dsv4-skip-topk-49486.sh
- hotfix-dsv4-suppress-stops-in-reasoning.py
- hotfix-encoding-dsv4-issue21.py
- hotfix-gb10-spin-wait.sh
- hotfix-nvfp4-ds-mla-issue22.sh
- hotfix-vllm-redact-api-key-log.sh
- keys-concurrency.patch
- official-main-b12x-nvfp4-python.patch
- __init__.py
- images.py
- server.py
- __init__.py
- pyproject.toml
- SKILL.md
- SKILL.md
- install_harnesses.py
- mcp.json.example
- pyproject.toml
- README.md
- uv.lock
- Dockerfile.stage-a
- Dockerfile.stage-b
- Dockerfile.stage-c
- Dockerfile.python-patch
- speculative.py
- b12x_moe.py
- registry.py
- kernel_warmup.py
- cache_utils.py
- dspark.py
- dspark_kernels.py
- model.py
- sm120.py
- __init__.py
- b12x_mla_sparse.py
- registry.py
- scheduler.py
- dspark.py
- dspark_proposer.py
- gpu_model_runner.py
- outputs.py
- envs.py
- dspark_proposer.py
- Dockerfile.dspark-runtime-overlay
- bench-screenshot-matrix-20260814.json
- deepseek-v4-flash-0731-2x-dgx-spark.json
- dspark-metrics.txt
- RESULTS-2026-08-14.md
- smoke-solid-red.jpg
- smoke-text-only.json
- vl-nvfp4-coexist-2026-08-11.md
- bench-baseline-issue22-only.sh
- bench-baseline-no-patches.sh
- bench-issue24-repro.py
- bench-miaai.py
- bench-patches.sh
- bench-ttft.py
- benchmark-0731.py
- ci-validate.sh
- compare-bench.py
- context-garble-sweep.py
- deepctx-tool-battery.py
- EVAL.md
- install-ds4f-vision-mcp.sh
- reproduce-issue26-control.py
- reproduce-issue26-live.py
- reproduce-issue27-live.py
- reproduce-issue43-live.py
- ruler-lite.py
- run-audit.sh
- spec-acceptance.py
- stability-quick.py
- test-assistant-final-continuation.py
- test-draft-sample-method-gate.sh
- test-dspark-api-keys.py
- test-encoding-dsv4-issue21.py
- test-env-normalisation.py
- test-hotfix-atomic-transaction.py
- test-issue26-swa-min-v2.py
- test-issue31-thinking-budget-gpu.py
- test-issue55-tool-truncation.py
- test-nccl-fabric-passthrough.sh
- test-nccl-ib-hca-gid-resolve.sh
- test-redact-api-key-log.py
- test-responses-api-live.py
- test-ruler-lite-pad.py
- test-spec-acceptance.py
- test-suppress-stops-in-reasoning.py
- tool-battery.py
- verify-dsv4-027-equality-gate.py
- verify-overlay-sources.sh
- verify-responses-api-live.py
- vision-reason.py
- test_issue43_scheduler_sim.py
- test_issue27_inflight_cap.py
- test_issue43_patchapply.py
- __init__.py
- config.py
- kernel.py
- pyproject.toml
- README.md
- .env.dspark.example
- .gitignore
- AUDIT.md
- build-dspark-vllm-runtime.sh
- CHANGELOG.md
- CREDITS.md
- docker-compose.dspark.yml
- docker-compose.stage-c.override.yml
- docker-compose.vl-sidecar.yml
- Dockerfile.gb10-dsv4-dspark
- image.png
- LICENSE
- logs-deepseek-v4-flash-dspark.sh
- pi-models.dspark.example.json
- prepare-dspark-model-cache.sh
- README.md
- smoke-deepseek-v4-flash-dspark.sh
- start-deepseek-v4-flash-dspark.sh
- status-deepseek-v4-flash-dspark.sh
- stop-deepseek-v4-flash-dspark.sh
- validate-dspark-config.sh
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
docker image
View Details ▼
docker image
Manage Docker images.
See also: `docker build`, `docker image pull`, `docker image rm`.
docker {{[images|image ls]}}
List local Docker images:
docker image prune
Delete unused local Docker images:
docker image prune {{[-a|--all]}}
Delete all unused images (not just those without a tag):
docker pull
View Details ▼
docker pull
This command is an alias of `docker image pull`.
tldr docker image pull
View documentation for the original command:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
