Skip to content

Commit 5103668

Browse files
Intendation issue qwen2_5_vl.py...
1 parent 65acff2 commit 5103668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/qwen2_5_vl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def dtype(self) -> torch.dtype:
680680
def device(self) -> torch.device:
681681
return self.patch_embed.proj.weight.device
682682

683-
def rot_pos_emb(self, grid_thw: torch.Tensor) -> torch.Tensor:
683+
def rot_pos_emb(self, grid_thw: torch.Tensor) -> torch.Tensor:
684684
pos_ids = []
685685
for t, h, w in grid_thw:
686686
hpos_ids = torch.arange(h).unsqueeze(1).expand(-1, w)

0 commit comments

Comments
 (0)