Skip to content

Commit 1392e48

Browse files
authored
Fix typo in assertion message in util.py (#66)
1 parent 20e9ffb commit 1392e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbridge/core/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ def qwen3vl_cp_split(
530530
)
531531
)
532532
for image_padded in images_padded:
533-
assert not image_padded, "qwen3vl vit not support sp now, no need to paded"
533+
assert not image_padded, "qwen3vl vit not support sp now, no need to padded"
534534

535535
pixel_values = torch.cat(new_pixel_values, dim=0)
536536
image_grid_thw = torch.cat(new_image_grid_thws, dim=0)

0 commit comments

Comments
 (0)