Commit bd41a0f7 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Style

parent 1811883e
...@@ -424,7 +424,7 @@ class T5Attention(nn.Module): ...@@ -424,7 +424,7 @@ class T5Attention(nn.Module):
batch_size, seq_length = hidden_states.shape[:2] batch_size, seq_length = hidden_states.shape[:2]
int_seq_length = int(seq_length) int_seq_length = int(seq_length)
real_seq_length = seq_length real_seq_length = seq_length
if past_key_value is not None: if past_key_value is not None:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment