Skip to content

Commit 19e2aa8

Browse files
committed
Fix merge commit
1 parent 362939f commit 19e2aa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/MLXVLM/VLMModelFactory.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public class ModelTypeRegistry: @unchecked Sendable {
8585
[
8686
"paligemma": create(PaliGemmaConfiguration.self, PaliGemma.init),
8787
"qwen2_vl": create(Qwen2VLConfiguration.self, Qwen2VL.init),
88+
"qwen2_5_vl": create(Qwen25VLConfiguration.self, Qwen25VL.init),
8889
"idefics3": create(Idefics3Configuration.self, Idefics3.init),
8990
]
9091
}

0 commit comments

Comments
 (0)