You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wire DP_ATTENTION into the vLLM recipe, mirroring dsv4_fp4_b300_vllm.sh:
- DP_ATTENTION=true -> TP1 x DP=$TP with --enable-expert-parallel (experts
EP-sharded across DP ranks), fronted by vllm-router on $PORT (consistent_hash
+ X-session affinity from aiperf's X-Correlation-ID). DP engine binds $PORT+1.
- DP_ATTENTION=false -> unchanged pure-TP path on $PORT.
- Add DP_ATTENTION to check_env_vars; clean up ROUTER_PID on exit.
Retarget the -tune config key from the (non-working) EP1-vs-EP8 probe to a
scaling experiment: pure-TP8 vs DEP, each with LMCache/Mooncake, conc[16,32,48],
900s. Aims for a throughput curve that grows with concurrency instead of the
GPU-KV-capacity collapse the pure-TP path hits at conc>=16.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments