Skip to content

Commit 72a45d9

Browse files
committed
Add Qwen 2.5 VL
1 parent 111ced2 commit 72a45d9

File tree

6 files changed

+1311
-186
lines changed

6 files changed

+1311
-186
lines changed

Applications/VLMEval/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class VLMEvaluator {
322322

323323
/// This controls which model loads. `qwen2VL2BInstruct4Bit` is one of the smaller ones, so this will fit on
324324
/// more devices.
325-
let modelConfiguration = ModelRegistry.qwen2VL2BInstruct4Bit
325+
let modelConfiguration = ModelRegistry.qwen2_5VL3BInstruct4Bit
326326

327327
/// parameters controlling the output
328328
let generateParameters = MLXLMCommon.GenerateParameters(temperature: 0.6)

0 commit comments

Comments
 (0)