Skip to content

Commit 762e4a1

Browse files
ivaniumWei Zhao (Engrg-Hardware 1)
authored andcommitted
chore: adjust conc list
1 parent 77db062 commit 762e4a1

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

benchmarks/multi_node/srt-slurm-recipes/vllm/deepseek-v4/agentic/disagg-gb200-1p1d-dep8-dep12-agentic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ backend:
134134
numa-bind: true
135135
attention-config: '{"backend": "FLASHINFER_MLA_SPARSE_DSV4", "use_prefill_query_quantization": true, "use_fp4_indexer_cache": true}'
136136
max-model-len: 1048576
137-
max-num-seqs: 120
137+
max-num-seqs: 256
138138
max-num-batched-tokens: 8192
139139
trust-remote-code: true
140140
no-enable-flashinfer-autotune: true

benchmarks/multi_node/srt-slurm-recipes/vllm/deepseek-v4/agentic/disagg-gb200-1p1d-dep8-dep8-agentic.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ backend:
134134
numa-bind: true
135135
attention-config: '{"backend": "FLASHINFER_MLA_SPARSE_DSV4", "use_prefill_query_quantization": true, "use_fp4_indexer_cache": true}'
136136
max-model-len: 1048576
137-
max-num-seqs: 120
137+
max-num-seqs: 128
138138
max-num-batched-tokens: 8192
139139
trust-remote-code: true
140140
no-enable-flashinfer-autotune: true
@@ -158,13 +158,13 @@ backend:
158158
numa-bind: true
159159
attention-config: '{"backend": "FLASHINFER_MLA_SPARSE_DSV4", "use_prefill_query_quantization": true, "use_fp4_indexer_cache": true}'
160160
max-model-len: 1048576
161-
max-num-seqs: 60
161+
max-num-seqs: 64
162162
max-num-batched-tokens: 256
163163
trust-remote-code: true
164164
no-enable-flashinfer-autotune: true
165165
block-size: 256
166166
compilation-config: '{"cudagraph_mode":"FULL_DECODE_ONLY","mode":0}'
167-
max-cudagraph-capture-size: 60
167+
max-cudagraph-capture-size: 64
168168
gpu-memory-utilization: 0.95
169169
no-disable-hybrid-kv-cache-manager: true
170170
tokenizer-mode: deepseek_v4

benchmarks/multi_node/srt-slurm-recipes/vllm/deepseek-v4/agentic/disagg-gb200-2p1d-dep8-dep12-agentic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ backend:
134134
numa-bind: true
135135
attention-config: '{"backend": "FLASHINFER_MLA_SPARSE_DSV4", "use_prefill_query_quantization": true, "use_fp4_indexer_cache": true}'
136136
max-model-len: 1048576
137-
max-num-seqs: 120
137+
max-num-seqs: 192
138138
max-num-batched-tokens: 8192
139139
trust-remote-code: true
140140
no-enable-flashinfer-autotune: true

benchmarks/multi_node/srt-slurm-recipes/vllm/deepseek-v4/agentic/disagg-gb200-3p1d-dep8-dep16-agentic.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ backend:
134134
numa-bind: true
135135
attention-config: '{"backend": "FLASHINFER_MLA_SPARSE_DSV4", "use_prefill_query_quantization": true, "use_fp4_indexer_cache": true}'
136136
max-model-len: 1048576
137-
max-num-seqs: 120
137+
max-num-seqs: 214
138138
max-num-batched-tokens: 8192
139139
trust-remote-code: true
140140
no-enable-flashinfer-autotune: true
@@ -158,13 +158,13 @@ backend:
158158
numa-bind: true
159159
attention-config: '{"backend": "FLASHINFER_MLA_SPARSE_DSV4", "use_prefill_query_quantization": true, "use_fp4_indexer_cache": true}'
160160
max-model-len: 1048576
161-
max-num-seqs: 128
161+
max-num-seqs: 160
162162
max-num-batched-tokens: 256
163163
trust-remote-code: true
164164
no-enable-flashinfer-autotune: true
165165
block-size: 256
166166
compilation-config: '{"cudagraph_mode":"FULL_DECODE_ONLY","mode":0}'
167-
max-cudagraph-capture-size: 128
167+
max-cudagraph-capture-size: 160
168168
gpu-memory-utilization: 0.95
169169
no-disable-hybrid-kv-cache-manager: true
170170
tokenizer-mode: deepseek_v4

configs/nvidia-master.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7708,7 +7708,7 @@ dsv4-fp4-gb200-dynamo-vllm-agentic-1p1d-dep8-dep8:
77087708
agentic-coding:
77097709
- search-space:
77107710
- spec-decoding: none
7711-
conc-list: [64, 128, 256, 320]
7711+
conc-list: [64, 128, 192, 256]
77127712
prefill:
77137713
num-worker: 1
77147714
tp: 8
@@ -7737,7 +7737,7 @@ dsv4-fp4-gb200-dynamo-vllm-agentic-1p1d-dep8-dep12:
77377737
agentic-coding:
77387738
- search-space:
77397739
- spec-decoding: none
7740-
conc-list: [128, 256, 320]
7740+
conc-list: [384, 512]
77417741
prefill:
77427742
num-worker: 1
77437743
tp: 8
@@ -7766,7 +7766,7 @@ dsv4-fp4-gb200-dynamo-vllm-agentic-2p1d-dep8-dep12:
77667766
agentic-coding:
77677767
- search-space:
77687768
- spec-decoding: none
7769-
conc-list: [480, 640, 768]
7769+
conc-list: [640, 720, 768]
77707770
prefill:
77717771
num-worker: 2
77727772
tp: 8
@@ -7795,7 +7795,7 @@ dsv4-fp4-gb200-dynamo-vllm-agentic-3p1d-dep8-dep16:
77957795
agentic-coding:
77967796
- search-space:
77977797
- spec-decoding: none
7798-
conc-list: [640, 800, 960, 1280]
7798+
conc-list: [800, 960, 1024, 1280]
77997799
prefill:
78007800
num-worker: 3
78017801
tp: 8

0 commit comments

Comments
 (0)