Skip to content

Commit 008d804

Browse files
committed
Increase resize size
1 parent 6a917fe commit 008d804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Applications/VLMEval/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ class VLMEvaluator {
421421
]
422422
}
423423
var userInput = UserInput(messages: messages, images: images, videos: videos)
424-
userInput.processing.resize = .init(width: 448, height: 448)
424+
userInput.processing.resize = .init(width: 1344, height: 1344)
425425
let input = try await context.processor.prepare(input: userInput)
426426
return try MLXLMCommon.generate(
427427
input: input,

0 commit comments

Comments
 (0)