Skip to content

Commit 63c69bd

Browse files
committed
update
Signed-off-by: shen-shanshan <467638484@qq.com>
1 parent 0bb70dc commit 63c69bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm_ascend/patch/worker/patch_qwen2_5_vl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def forward(
6565
rotary_pos_emb_cos: torch.Tensor,
6666
rotary_pos_emb_sin: torch.Tensor,
6767
max_seqlen: torch.Tensor,
68-
seqlens: torch.Tensor = None,
6968
) -> torch.Tensor:
7069
# [s, b, c] --> [s, b, head * 3 * head_dim]
7170
x, _ = self.qkv(x)

0 commit comments

Comments
 (0)