diff --git a/unsloth/models/gemma.py b/unsloth/models/gemma.py index 986a4da170..5d85a9e23b 100644 --- a/unsloth/models/gemma.py +++ b/unsloth/models/gemma.py @@ -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