Skip to content

Commit 2273ec3

Browse files
authored
Revert "Fix(models/siglip): Add compatibility for Gemma models quantized by llm-compressor" (#20030)
1 parent a6c4b87 commit 2273ec3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/model_executor/models/gemma3_mm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ class Gemma3ForConditionalGeneration(nn.Module, SupportsMultiModal, SupportsPP,
479479
"model.vision_tower.": "vision_tower.",
480480
"model.multi_modal_projector.": "multi_modal_projector.",
481481
"lm_head.": "language_model.lm_head.",
482-
"vision_tower.vision_model.": "vision_model.",
483482
})
484483

485484
def __init__(self, *, vllm_config: VllmConfig, prefix: str = ""):

0 commit comments

Comments
 (0)