diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4820c74 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.nsys-rep filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index eae889f..e3a6e36 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # sskj — 多平台大模型推理性能基准测试项目 +> **更新(2026-08-03 10:02:07 CST)** +> +> 将 DeepSeek-V4-Pro 双机 Pro6000D SGLang Phase 3 正式 Run `dsv4pro-phase3-20260802-003213` 的原始实验产物纳入 GitLab `hzy` 分支。六份 `.nsys-rep` 通过 Git LFS 保存,普通 Git 保存 Manifest、完整启动/Bench 命令、请求与响应、服务/NCCL 日志、Bench JSONL 和 `nsys stats`。约 2.44 GB 的临时 `.sqlite` 不上传,因为它可由 `.nsys-rep` 重新导出且不构成独立证据。 +> > **更新(2026-08-02 01:25:30 CST)** > > 完成 DeepSeek-V4-Pro 双机 Pro6000D SGLang Phase 3 时间线 Profiling。正式 Run `dsv4pro-phase3-20260802-003213` 在 21 分 03 秒内完成 Decode Control、Decode+128K Prefill Mixed、独立 128K Prefill 三段 Capture;Head/Worker 各生成 3 份 Nsight Systems 报告及 Stats,合计 6/6 校验通过。Control 以 GEMM/MoE(Head 44.7%)和 NCCL(31.9%)为主;Mixed 中 NSA/MLA 升至 29.7%,NCCL 为 23.1%,说明 Chunked Prefill 的 Sparse Attention/MLA 计算进入同一 TP16 GPU 关键路径。Prefill Trace 漏采 3 个 Rank 的 CUDA 活动,因此暂不判断固定慢 Rank,也不将 NCCL 单独定性为根因。实验结束后两节点容器和 16 张 GPU 均已清理。 diff --git a/experiments/pro6000/dsv4pro_pro6000d_2node_sglang_timeline_profiling/README.md b/experiments/pro6000/dsv4pro_pro6000d_2node_sglang_timeline_profiling/README.md index 8d423af..c3fa269 100644 --- a/experiments/pro6000/dsv4pro_pro6000d_2node_sglang_timeline_profiling/README.md +++ b/experiments/pro6000/dsv4pro_pro6000d_2node_sglang_timeline_profiling/README.md @@ -68,3 +68,11 @@ results// Profiler runs are diagnostic and must not replace the Phase 2 no-profiler TPS baseline. + +## Archived formal run + +The complete reproducible evidence set for `dsv4pro-phase3-20260802-003213` +is committed under `results/` on the `hzy` branch. Six `.nsys-rep` files use +Git LFS; commands, logs, JSONL, request/response payloads, stats, and the run +manifest use regular Git. Temporary `.sqlite` exports are intentionally +excluded because `nsys stats` can regenerate them from the reports.