Update gemma.py
This commit is contained in:
parent
c060bad7ce
commit
3feae56451
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ def GemmaDecoderLayer_fast_forward(
|
|||
past_key_value=past_key_value,
|
||||
output_attentions=output_attentions,
|
||||
use_cache=use_cache,
|
||||
padding_mask=padding_mask,
|
||||
# padding_mask=padding_mask,
|
||||
)
|
||||
hidden_states = residual + hidden_states
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue