We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e9ffb commit 1392e48Copy full SHA for 1392e48
mbridge/core/util.py
@@ -530,7 +530,7 @@ def qwen3vl_cp_split(
530
)
531
532
for image_padded in images_padded:
533
- assert not image_padded, "qwen3vl vit not support sp now, no need to paded"
+ assert not image_padded, "qwen3vl vit not support sp now, no need to padded"
534
535
pixel_values = torch.cat(new_pixel_values, dim=0)
536
image_grid_thw = torch.cat(new_image_grid_thws, dim=0)
0 commit comments