From 1dc3fe08ea12f2e285e3e4e5124745e6c6ab1ee2 Mon Sep 17 00:00:00 2001 From: pmaybank <113125070+pmaybank@users.noreply.github.com> Date: Fri, 15 May 2026 05:32:05 -0400 Subject: [PATCH] gemma3 multi-gpu bug-fix (#42630) Signed-off-by: Philip Maybank Co-authored-by: TJian --- vllm/model_executor/models/gemma3n_mm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vllm/model_executor/models/gemma3n_mm.py b/vllm/model_executor/models/gemma3n_mm.py index 4e9838805e5..2b5266f0c9f 100644 --- a/vllm/model_executor/models/gemma3n_mm.py +++ b/vllm/model_executor/models/gemma3n_mm.py @@ -421,6 +421,7 @@ class Gemma3nMultimodalEmbedder(nn.Module): self.multimodal_hidden_size, self.text_hidden_size, bias=False, + input_is_parallel=False, # scatter the full-width input internally ) self.embedding_post_projection_norm = RMSNorm(