"vscode:/vscode.git/clone" did not exist on "fc168c33f35e0610d41206e864b6bf90fe613f19"
Unverified Commit 2273ec32 authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

Revert "Fix(models/siglip): Add compatibility for Gemma models quantized by...

Revert "Fix(models/siglip): Add compatibility for Gemma models quantized by llm-compressor" (#20030)
parent a6c4b87f
......@@ -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 = ""):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment