Update gemma.py

This commit is contained in:
Daniel Han-Chen 2024-02-24 17:43:19 +11:00
commit 49129bc66c

View file

@ -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