Skip to content

Commit ea0c828

Browse files
committed
modify convert
1 parent 77c580d commit ea0c828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llava/minicpmv-convert/minicpmv2_5-convert-image-encoder-to-gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def bytes_to_unicode():
166166
fname_middle = "mmproj-"
167167
has_text_encoder = False
168168
has_minicpmv_projector = True
169-
minicpmv_version = 3
169+
minicpmv_version = 2
170170
elif args.vision_only:
171171
fname_middle = "vision-"
172172
has_text_encoder = False

0 commit comments

Comments
 (0)