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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user