We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e9ec4 commit 3724d5fCopy full SHA for 3724d5f
vllm/model_executor/models/pixtral.py
@@ -454,7 +454,7 @@ def forward(
454
return x
455
456
457
-def position_meshgrid(patch_embeds_list: list[torch.Tensor], ) -> torch.Tensor:
+def position_meshgrid(patch_embeds_list: List[torch.Tensor], ) -> torch.Tensor:
458
positions = torch.cat([
459
torch.stack(
460
torch.meshgrid(
0 commit comments