minor fix

Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
This commit is contained in:
Wang, Yi A 2025-06-26 22:19:38 -07:00
parent 8c988de92c
commit 800281113f

View File

@ -226,7 +226,7 @@ def generate_cross_attention_states(
cross_attention_states, image_indices, input_lengths, pad_seq_len, prefilling
):
if cross_attention_states is None:
return None, None, None
return None, None
indices_list = []
if prefilling:
for i in image_indices: