Skip to content

Commit c38d831

Browse files
committed
fix
1 parent 2a42e92 commit c38d831

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddleformers/transformers/masking_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def create_causal_mask_and_row_indices(
252252
input_shape=(batch_size, seq_length),
253253
past_key_values_length=cache_length,
254254
dtype=inputs_embeds.dtype,
255-
sliding_window_size=None,
256255
or_mask_function=or_mask_function,
257256
)
258257
row_indices = None

0 commit comments

Comments
 (0)