### What this PR does / why we need it?
This patch mainly fix the the problem of not being able to determine the
exit status of the pod's entrypoint script and some other tiny
optimizations:
1. Shorten wait for server timeout
2. fix typo
3. fix the issue of ais_bench failing to correctly access the proxy URL
in a PD separation scenario.
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
- vLLM version: v0.11.0
- vLLM main:
83f478bb19
---------
Signed-off-by: wangli <wangli858794774@gmail.com>
51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
test_name: "test Qwen3-235B-A22B multi-dp"
|
|
model: "Qwen/Qwen3-235B-A22B"
|
|
num_nodes: 2
|
|
npu_per_node: 16
|
|
env_common:
|
|
VLLM_USE_MODELSCOPE: true
|
|
OMP_PROC_BIND: false
|
|
OMP_NUM_THREADS: 100
|
|
HCCL_BUFFSIZE: 1024
|
|
SERVER_PORT: 8080
|
|
|
|
deployment:
|
|
-
|
|
server_cmd: >
|
|
vllm serve "Qwen/Qwen3-235B-A22B"
|
|
--host 0.0.0.0
|
|
--port $SERVER_PORT
|
|
--data-parallel-size 4
|
|
--data-parallel-size-local 2
|
|
--data-parallel-address $LOCAL_IP
|
|
--data-parallel-rpc-port 13389
|
|
--tensor-parallel-size 8
|
|
--seed 1024
|
|
--enable-expert-parallel
|
|
--max-num-seqs 16
|
|
--max-model-len 8192
|
|
--max-num-batched-tokens 8192
|
|
--trust-remote-code
|
|
--no-enable-prefix-caching
|
|
--gpu-memory-utilization 0.9
|
|
-
|
|
server_cmd: >
|
|
vllm serve "Qwen/Qwen3-235B-A22B"
|
|
--headless
|
|
--data-parallel-size 4
|
|
--data-parallel-size-local 2
|
|
--data-parallel-start-rank 2
|
|
--data-parallel-address $MASTER_IP
|
|
--data-parallel-rpc-port 13389
|
|
--tensor-parallel-size 8
|
|
--seed 1024
|
|
--max-num-seqs 16
|
|
--max-model-len 8192
|
|
--max-num-batched-tokens 8192
|
|
--enable-expert-parallel
|
|
--trust-remote-code
|
|
--no-enable-prefix-caching
|
|
--gpu-memory-utilization 0.9
|
|
benchmarks:
|
|
|