sskj/experiments/h200/dsv4_h200_dspark
yy-fighting 8652a685e6 rewrite README, add new platform onboarding guide, fix broken scripts/common paths
- rewrite README with project purpose, standard workflow, corrected index
- add docs/NEW_PLATFORM_GUIDE.md (new GPU onboarding SOP, GLM5.2 reuse)
- fix ../../scripts/common -> ../../../scripts/common in 42 experiment scripts
- refresh stale docs (EXPERIMENT_GUIDE, H200_QUICKSTART, ADAPTIVE_CONCURRENCY_USAGE, BENCHMARK_WORKFLOW)
- remove dead code (dp_proxy.py) and .bak leftovers
- add p800 adaptive results (tp4_dp2/tp8_dp1 metrics + summary)
- gitignore envs/charts and .tmp_charts
2026-07-17 06:18:05 +00:00
..

DSV4 H200 DSpark Benchmark

NVIDIA H200 + native vllm-dspark + DeepSeek-V4-Flash-DSpark benchmark experiment.

This is a migration wrapper: it reuses the proven legacy scripts under scripts/benchmark_dspark_0707/ and scripts/start_dsv4_dspark_8card.sh, but stores results in the new experiments/<name>/results/<RUN_ID>/ layout.

Quick Start

# Run the full DSpark P1/P2/P3 grid
bash experiments/dsv4_h200_dspark/run_bench.sh

# Reuse an already-running server
SKIP_MANAGE_SERVER=1 bash experiments/dsv4_h200_dspark/run_bench.sh

Results land in experiments/dsv4_h200_dspark/results/<RUN_ID>/.

Configuration

Edit config.env or override via environment variables:

MODEL_PATH=/data/models/DeepSeek-V4-Flash-DSpark \
PORT=30004 \
bash experiments/dsv4_h200_dspark/run_bench.sh

Files

File Purpose
config.env Experiment-level configuration (model, port, venv paths)
run_bench.sh Orchestrator: metadata → legacy grid benchmark → parse
parse_results.py Wraps the legacy parser to generate report.md

Platform

This experiment targets platforms/nvidia_h200.env.