Skip to content

Commit ef7a14b

Browse files
committed
test
1 parent fc3aa8c commit ef7a14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/transformers/test_models_transformer_lumina2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def dummy_input(self):
5151
"hidden_states": hidden_states,
5252
"encoder_hidden_states": encoder_hidden_states,
5353
"timestep": timestep,
54-
"attention_mask": attention_mask,
54+
"encoder_attention_mask": attention_mask,
5555
}
5656

5757
@property

0 commit comments

Comments
 (0)