Enable nightly test and add qwen3 32b test case (#3370)

### What this PR does / why we need it?
This PR adds a nightly test case for qwen3_32b bf16
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
by running the case

- vLLM version: v0.11.0rc3
- vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.0

---------

Signed-off-by: jiangyunfan1 <jiangyunfan1@h-partners.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
Co-authored-by: wangli <wangli858794774@gmail.com>
Co-authored-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
jiangyunfan1
2025-10-12 15:46:28 +08:00
committed by GitHub
parent 0d59a3c317
commit d05d29ff0e
5 changed files with 238 additions and 4 deletions

View File

@@ -30,9 +30,9 @@ def test_multi_dp(config: MultiNodeConfig) -> None:
with RemoteOpenAIServer(
model_name,
config.server_host,
config.server_port,
server_args,
server_host=config.server_host,
server_port=config.server_port,
env_dict=env_dict,
auto_port=False,
seed=1024,