Skip to content

Commit 3ccf00b

Browse files
return 2
1 parent 3a74713 commit 3ccf00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/models/blt/modeling_blt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def forward(
630630
)
631631

632632
layer_idx = idx if self.config.cross_attn_all_layers else 0
633-
cross_attention_output, _, _ = self.cross_attn_layers[layer_idx](
633+
cross_attention_output, _ = self.cross_attn_layers[layer_idx](
634634
hidden_states=patch_embeds,
635635
cross_attention_states=hidden_states,
636636
attention_mask=cross_mask,

0 commit comments

Comments
 (0)