Skip to content

Commit 06bf4a1

Browse files
committed
fix code
1 parent d726346 commit 06bf4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mtmd/legacy-models/minicpmv-convert-image-encoder-to-gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def bytes_to_unicode():
595595
default_vision_config["model_type"] = "siglip_vision_model"
596596
vision_config = SiglipVisionConfig(**default_vision_config)
597597
model = SiglipVisionTransformer(vision_config)
598-
598+
599599
processor = None
600600
# if model.attn_pool is not None:
601601
# model.attn_pool = torch.nn.Identity()

0 commit comments

Comments
 (0)