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

@@ -110,10 +110,10 @@ class RemoteOpenAIServer:
def __init__(self,
model: str,
server_host: str,
server_port: int,
vllm_serve_args: list[str],
*,
server_host: str = "0.0.0.0",
server_port: int = 8080,
env_dict: Optional[dict[str, str]] = None,
seed: Optional[int] = 0,
auto_port: bool = True,