shishi
d72dbff689
feat(pro6000): Kimi-K3 PD 分离部署(MoonCake RDMA)- 8 节点 P/D 双 profile + deploy_pd.sh 编排 + 文档
...
- 新增 P 组(prefill)/D 组(decode) deploy profiles(mooncake RDMA + 计算网 mlx5_0~3)
- 新增 experiments/pro6000/kimi3_pro6000_pd_rdma/ 编排脚本(mc-master+P+D+router)
- 关键修复: 必须关闭 PYTORCH_CUDA_ALLOC_CONF=expandable_segments
(mooncake RDMA 注册 expandable GPU 段报 Bad address,GitHub #2511)
- 容器内升级 mooncake 0.3.12.post1(含 dmabuf 修复 #2035)
- docs/KIMI_K3_DEPLOY.md 新增附录 B,README 更新实验索引
2026-08-11 10:36:09 +08:00
shishi
3bd04698bb
feat(pro6000): Kimi-K3 TP32×EP32 部署 profile、sm_120 补丁与运维手册 - 4 节点 RoCE 部署 + bench 实验
2026-08-10 11:04:24 +08:00
Zhiyi Hong
9acf9fdfdb
feat(pro6000): 部署/测试解耦 - deploy 层支持多节点与 vLLM,新增 6 个 profile
...
- sskj.deploy runtime 支持 NODE_HOSTS 多节点编排(ssh 分发/本地 rank/LOCAL_NODE_RANK)
与 ENGINE=vllm 启动(SERVER_CMD),容器名按 rank 自动唯一
- scripts/common/deploy_cli.sh 新增 deploy_stop/status/multinode helper 与 node-rank 透传
- src/sskj/common/env.py 修复嵌套 ${VAR:-${OTHER}/path} 展开(平衡花括号扫描)
- deploy/profiles/pro6000/ 新增 6 个 profile: tp16/tp16_eagle/glm52(多节点)、
sglang/vllm tp_dp_matrix、qwen3(单节点)
- 6 个实验 start/stop 脚本改为 deploy 薄包装,run_bench/adaptive 的 server 启停走
deploy_render_args/deploy_start/deploy_stop,tp16 新增 matrix.json
- 首次入库 glm52_pro6000_sglang_multinode_tp16 实验目录;ops/README.md 补 pro6000 章节
- 实测通过: 单节点 dsv4 sglang/vllm 链路 + tp16 双节点启动/bench/清理
2026-08-03 15:17:41 +08:00
Zhiyi Hong
e53b2c7e4c
fix: JSONL parsing in run_batch, add results/ to gitignore
2026-07-29 17:51:47 +08:00
Zhiyi Hong
c839230c0b
feat: add EAGLE speculative decoding experiment (dsv4_pro6000_sglang_tp16_eagle)
2026-07-29 17:51:40 +08:00
Zhiyi Hong
6d3338244b
fix: cuda-graph-max-bs=64 (256 OOMs during capture)
2026-07-28 17:31:52 +08:00
Zhiyi Hong
cd362c5ca0
fix: max_running_requests=256, cuda_graph_max_bs=256 to match max concurrency 128
2026-07-28 17:20:25 +08:00
Zhiyi Hong
da1d4d3d78
add tp = 16 deepseek v4 pro sglang bench
2026-07-28 17:09:26 +08:00
yy-fighting
3b0297516e
fix: replace 5 buggy parse_results.py (raw_requests bloat) with shared parse_backend.py wrapper
2026-07-22 03:47:22 +00:00
Quantong Qiu
aee25d4088
feat(pro6000): add qwen3_235b_pro6000_sglang_tp8 experiment (code + README + report.md)
2026-07-21 23:54:19 +08:00
Quantong Qiu
8c737b840b
[Feat] use nightly SGLang FlashInfer MoE
2026-07-21 15:22:47 +08:00
Quantong Qiu
83f5ea2197
[Fix] skip longer contexts after C1 OOM
2026-07-21 14:19:38 +08:00
Quantong Qiu
f263695e1b
Merge branch 'main' of gitee.com:yy-fighting/sskj into auto/main/11665927/9c484989-1
...
Signed-off-by: Quantong Qiu <q_qtang@163.com>
2026-07-21 05:30:44 +00:00
Quantong Qiu
5e864d2393
!13 [Feat] apply validated deployment capacity caps
...
Merge pull request !13 from Zhiyi Hong/auto/main/11665927/494ca4a8-1
2026-07-21 05:26:41 +00:00
Quantong Qiu
0c2256ca1c
[Feat] add 6000D DSV4 tiny adaptive benchmarks
2026-07-21 11:54:04 +08:00
Quantong Qiu
db16057962
[Feat] apply validated deployment capacity caps
2026-07-21 11:50:23 +08:00
Quantong Qiu
db25bc7e5f
6000D Results
2026-07-21 11:14:14 +08:00
Quantong Qiu
359df6a7b6
refactor(paths): derive repository files from root
2026-07-20 17:33:51 +08:00
Quantong Qiu
8562c26524
fix(sglang): cap SM120 CUDA graph prefill
2026-07-20 16:06:09 +08:00
Quantong Qiu
5ffbd0a21a
fix(bench): use default limits and back off after OOM
2026-07-20 11:48:10 +08:00
Quantong Qiu
958c5778f0
Add new kernels and autotune configurations for DeepseekV4 model
...
- Introduced a new CUDA kernel for transposing and packing FP32 into UE8.
- Added binary file for the new kernel.
- Created multiple autotune configuration files for version 0.6.14 of FlashInfer, supporting various input shapes and configurations.
- Added model information JSON for DeepseekV4ForCausalLM, detailing its architecture and capabilities.
2026-07-18 10:31:24 +08:00
Quantong Qiu
8beed2411f
update 8k and 32k
2026-07-17 16:47:25 +08:00
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
SSKJ Dev
ff218bdeb3
enable TTFT group skip for all add16 benchmarks
2026-07-17 02:04:05 +00:00
SSKJ Dev
589d3b079d
enable initial backoff for all add16 benchmarks
2026-07-16 09:05:37 +00:00
SSKJ Dev
a4e38b9e33
Reorganize experiments into hardware-specific subdirectories
...
Move all experiments under hardware-specific folders:
- experiments/h200/ : H200 GPU experiments (15 dirs)
- experiments/h20/ : H20 GPU experiments (2 dirs)
- experiments/p800/ : Kunlun P800 experiments (3 dirs)
- experiments/pro6000/ : RTX 6000D experiments (2 dirs)
This improves discoverability and keeps hardware-specific configs
isolated from each other.
2026-07-16 04:11:07 +00:00