We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a42e92 commit c38d831Copy full SHA for c38d831
paddleformers/transformers/masking_utils.py
@@ -252,7 +252,6 @@ def create_causal_mask_and_row_indices(
252
input_shape=(batch_size, seq_length),
253
past_key_values_length=cache_length,
254
dtype=inputs_embeds.dtype,
255
- sliding_window_size=None,
256
or_mask_function=or_mask_function,
257
)
258
row_indices = None
0 commit comments