Skip to content

Commit 81c4a10

Browse files
gc-fuyma11
authored andcommitted
Fix errors in qwen_vl models (#363)
Signed-off-by: Guancheng Fu <[email protected]> Signed-off-by: Yan Ma <[email protected]>
1 parent 10ffa15 commit 81c4a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/qwen2_vl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def forward(
480480
pdropout=0.0,
481481
softmax_scale=1.0 / (q.shape[-1] ** 0.5),
482482
zero_tensors=False,
483-
is_causal=True,
483+
is_causal=False,
484484
return_softmax=False,
485485
gen_=None,
486486
window_size_left=-1,

0 commit comments

Comments
 (0)