mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-28 04:47:13 +08:00
Revert "Fix(models/siglip): Add compatibility for Gemma models quantized by llm-compressor" (#20030)
This commit is contained in:
parent
a6c4b87fbc
commit
2273ec322c
@ -479,7 +479,6 @@ class Gemma3ForConditionalGeneration(nn.Module, SupportsMultiModal, SupportsPP,
|
||||
"model.vision_tower.": "vision_tower.",
|
||||
"model.multi_modal_projector.": "multi_modal_projector.",
|
||||
"lm_head.": "language_model.lm_head.",
|
||||
"vision_tower.vision_model.": "vision_model.",
|
||||
})
|
||||
|
||||
def __init__(self, *, vllm_config: VllmConfig, prefix: str = ""):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user