Fix Qwen3_5MTP packed_modules_mapping for gate_up_proj (#35581)

This commit is contained in:
cwazai
2026-02-28 22:50:55 +08:00
committed by GitHub
parent c68e69f144
commit 63d7972f13

View File

@@ -339,7 +339,7 @@ class Qwen3_5MTP(nn.Module, SupportsMultiModal):
"k_proj",
"v_proj",
],
"gate_up_proj": ["up_proj", "down_proj"],
"gate_up_proj": ["gate_proj", "up_proj"],
}
def __init__(self, *, vllm_config: VllmConfig, prefix: str = ""):