Skip to content

Commit cf8d0fe

Browse files
author
Wei Zhao (Engrg-Hardware 1)
committed
fix
1 parent d069d0a commit cf8d0fe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

benchmarks/multi_node/srt-slurm-recipes/vllm/deepseek-v4/agentic/agg-gb200-tp8-agentic.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,12 @@ benchmark:
130130
PORT: "8000"
131131
# One aggregate worker owns all eight GPUs. Use the aggregate accounting
132132
# path instead of summing independent prefill and decode allocations.
133+
# Aggregate (IS_MULTINODE=false) uses the single-node topology labels below
134+
# directly (num_gpus = TP), so they are set here rather than CI-injected.
133135
IS_MULTINODE: "false"
136+
TP: "8"
137+
EP_SIZE: "1"
138+
DP_ATTENTION: "false"
134139
AIPERF_USE_DYNAMO_CONV_AWARE_ROUTING: "1"
135140
AIPERF_DYNAMO_SESSION_TIMEOUT_SECONDS: "14400"
136141
AIPERF_DATASET_MMAP_CACHE_DIR: "/aiperf_mmap_cache"

0 commit comments

Comments
 (0)