Commit 2a04eb1
committed
feat: DEP (EP8) for glm5.2 b300 sglang high-throughput arm, cap conc at 64 / 为 glm5.2 b300 sglang 高吞吐分支启用 DEP(EP8)并将并发上限设为 64
Add ep: 8 to the TP8/DP8 attention-DP arm of glm5.2-fp4-b300-sglang-agentic
so the MoE layers run expert-parallel across all 8 ranks (--ep-size 8)
instead of TP-sharded (the arm previously left ep unset -> EP_SIZE=1).
Attention stays data-parallel behind sglang-router consistent hashing.
The recipe already passes --ep-size EP_SIZE unconditionally, so only the
master-config search space changes; no recipe logic change is needed.
Cap the DEP arm at conc 64 (conc-list [48, 64], was up to 512). The
low-latency TP8 arm (conc 1-32, fp8 KV + cutedsl GEMM) is unchanged. DEP
mirrors the proven dsv4-fp4-b300-sglang tp8/ep8/dp-attn arm.
中文:为 glm5.2-fp4-b300-sglang-agentic 的 TP8/DP8 注意力数据并行(attention-DP)
分支添加 ep: 8,使 混合专家(MoE) 层在全部 8 个 rank 上按 专家并行(EP) 运行
(--ep-size 8),而非此前的 TP 切分(未设置 ep -> EP_SIZE=1)。注意力仍为数据
并行,并置于 sglang-router 一致性哈希之后以保持会话亲和性。该 recipe 脚本本就
无条件传入 --ep-size EP_SIZE,故仅需修改 master 配置的搜索空间,无需改动脚本
逻辑。将 DEP 分支并发上限设为 64(conc-list [48, 64],原先最高 512)。低延迟
TP8 分支(并发 1-32,fp8 KV + cutedsl GEMM)保持不变。此 DEP 配置对齐已验证的
dsv4-fp4-b300-sglang tp8/ep8/dp-attn 分支。1 parent 673a601 commit 2a04eb1
3 files changed
Lines changed: 16 additions & 5 deletions
File tree
- benchmarks/single_node/agentic
- configs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7858 | 7858 | | |
7859 | 7859 | | |
7860 | 7860 | | |
7861 | | - | |
7862 | | - | |
7863 | | - | |
| 7861 | + | |
| 7862 | + | |
| 7863 | + | |
| 7864 | + | |
7864 | 7865 | | |
7865 | 7866 | | |
7866 | 7867 | | |
| |||
7874 | 7875 | | |
7875 | 7876 | | |
7876 | 7877 | | |
7877 | | - | |
| 7878 | + | |
| 7879 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4966 | 4966 | | |
4967 | 4967 | | |
4968 | 4968 | | |
| 4969 | + | |
| 4970 | + | |
| 4971 | + | |
| 4972 | + | |
| 4973 | + | |
| 4974 | + | |
| 4975 | + | |
| 4976 | + | |
0 commit comments