From 3feae56451db28a142f28c5859c3df46c853f49c Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Sat, 24 Feb 2024 16:55:21 +1100 Subject: [PATCH] Update gemma.py --- unsloth/models/gemma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/models/gemma.py b/unsloth/models/gemma.py index 33bd49115b..f16c04897a 100644 --- a/unsloth/models/gemma.py +++ b/unsloth/models/gemma.py @@ -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