Skip to content

Commit 40f8c6a

Browse files
author
sangchengmeng
committed
fix other vlm
1 parent ac67fcc commit 40f8c6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightllm/models/qwen_vl/qwen_visual.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ def forward(self, x: torch.Tensor, attn_mask: Optional[torch.Tensor] = None):
333333
class QWenVisionTransformer(nn.Module):
334334
def __init__(
335335
self,
336-
kvargs,
337336
image_size: int,
338337
patch_size: int,
339338
width: int,

0 commit comments

Comments
 (0)