This commit is contained in:
Xuan Son Nguyen
2026-08-07 15:38:49 +02:00
parent f1dffb70d9
commit 7e1370694f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1596,7 +1596,7 @@ struct clip_model_loader {
if (hparams.image_longest_edge == 0) {
hparams.image_longest_edge = 3024;
}
hparams.set_limit_image_tokens();
// note: the step3vl preprocessor slices based on a fixed window grid, so it does not support custom min/max image tokens
hparams.warmup_image_size = hparams.image_size;
} break;
case PROJECTOR_TYPE_YOUTUVL: