Commit 01e9e73
[LMCache] Add LMCache arm to official DSV4 FP4 B200 vLLM AgentX sweep / 将 LMCache 分支并入官方 DSV4 FP4 B200 vLLM AgentX 扫描 (#2231)
* feat(agentic): add LMCache arm to official DSV4 FP4 B200 vLLM AgentX sweep
Rebased onto main after PR #2224 merged the tuned B200 recipe. The
LMCache points now live directly in the official
dsv4-fp4-b200-vllm-agentic search space alongside the vllm-simple and
Mooncake arms (no standalone config section). LMCache 0.5.1 MP server
(lmcache_driven transfer mode) + LMCacheMPConnector per PR #2153; the
lmcache arm drops --enable-cumem-allocator because cuMem/VMM
allocations cannot be CUDA-IPC-exported to the LMCache server. Ladder
validated in the PR #2231 bring-up sweep: peak ~25.7k total tok/s/GPU
at DEP8 conc 72 with 96-98% cache hit.
中文:在 PR #2224 的调优配方合并后 rebase 到 main。LMCache 测试点直接并入
官方 dsv4-fp4-b200-vllm-agentic 搜索空间,与 vllm-simple、Mooncake 分支
并列(不再使用独立配置段)。LMCache 0.5.1 MP server(lmcache_driven
传输模式)+ LMCacheMPConnector(沿用 PR #2153);lmcache 分支去掉
--enable-cumem-allocator(cuMem/VMM 分配无法通过 CUDA IPC 导出给
LMCache server)。测试点阶梯已在 PR #2231 调试扫描中验证:DEP8 并发 72
达到峰值约 25.7k total tok/s/GPU,缓存命中率 96–98%。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* feat(agentic): align LMCache DEP8 conc-list with the Mooncake ladder
Change the LMCache DEP8 points from the vllm-simple ladder to the
Mooncake ladder ([12, 20, 28, 36, 44, 52, 60, 68, 76]) so the two
external KV stores are benchmarked at identical concurrency points.
TP8 stays on [8, 12, 16] (Mooncake has no TP8 arm).
中文:将 LMCache DEP8 测试点从 vllm-simple 阶梯改为 Mooncake 阶梯
([12, 20, 28, 36, 44, 52, 60, 68, 76]),使两个外部 KV 存储在完全相同的
并发点上进行基准测试。TP8 保持 [8, 12, 16](Mooncake 无 TP8 分支)。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Cam Quilici <cjquilici@gmail.com>1 parent 9ecc56d commit 01e9e73
3 files changed
Lines changed: 108 additions & 2 deletions
File tree
- benchmarks/single_node/agentic
- configs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
111 | 117 | | |
112 | 118 | | |
113 | 119 | | |
| |||
194 | 200 | | |
195 | 201 | | |
196 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
197 | 291 | | |
198 | 292 | | |
199 | 293 | | |
| |||
237 | 331 | | |
238 | 332 | | |
239 | 333 | | |
240 | | - | |
| 334 | + | |
241 | 335 | | |
242 | 336 | | |
243 | 337 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
960 | 960 | | |
961 | 961 | | |
962 | 962 | | |
| 963 | + | |
963 | 964 | | |
964 | 965 | | |
965 | 966 | | |
| 967 | + | |
966 | 968 | | |
967 | 969 | | |
968 | 970 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4993 | 4993 | | |
4994 | 4994 | | |
4995 | 4995 | | |
| 4996 | + | |
| 4997 | + | |
| 4998 | + | |
| 4999 | + | |
| 5000 | + | |
| 5001 | + | |
| 5002 | + | |
| 5003 | + | |
| 5004 | + | |
| 5005 | + | |
0 commit comments