Update gemma.py
This commit is contained in:
parent
ebbd4756d4
commit
49129bc66c
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,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