Skip to content

Commit 4aa20cd

Browse files
committed
fix editorconfig
1 parent d919c31 commit 4aa20cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/mtmd/clip.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3213,13 +3213,13 @@ struct llava_uhd {
32133213

32143214
/**
32153215
* Selects the best resolution from a list of possible resolutions based on the original size.
3216-
*
3216+
*
32173217
* For example, when given a list of resolutions:
32183218
* - 100x100
32193219
* - 200x100
32203220
* - 100x200
32213221
* - 200x200
3222-
*
3222+
*
32233223
* And an input image of size 111x200, then 100x200 is the best fit (least wasted resolution).
32243224
*
32253225
* @param original_size The original size of the image

0 commit comments

Comments
 (0)