From 6ee7ffb98ad5b3557258def0e5e22ad7005ea21f Mon Sep 17 00:00:00 2001 From: pppeng <60355449+ppppeng@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:42:28 +0800 Subject: [PATCH] Add Qwen3_5 to model list (#7130) ### What this PR does / why we need it? The pr aims to add new models like Qwen3.5-35B-A3B/Qwen3.5-27B to model list for testing. - vLLM version: v0.16.0 - vLLM main: https://github.com/vllm-project/vllm/commit/4034c3d32e30d01639459edd3ab486f56993876d Signed-off-by: pppeng <60355449+ppppeng@users.noreply.github.com> --- .github/workflows/misc/model_list.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/misc/model_list.json b/.github/workflows/misc/model_list.json index fbfd8b22..a45bebcc 100644 --- a/.github/workflows/misc/model_list.json +++ b/.github/workflows/misc/model_list.json @@ -102,6 +102,8 @@ "Qwen/Qwen3-VL-30B-A3B-Instruct", "Qwen/Qwen3-VL-32B-Instruct", "Qwen/Qwen3-VL-8B-Instruct", + "Qwen/Qwen3.5-27B", + "Qwen/Qwen3.5-35B-A3B", "RedHatAI/Qwen3-32B-speculator.eagle3", "RedHatAI/Qwen3-8B-speculator.eagle3", "Shanghai_AI_Laboratory/internlm--chat-7b",