diff --git a/unsloth/models/gemma.py b/unsloth/models/gemma.py index 1c6458205c..933e9469e1 100644 --- a/unsloth/models/gemma.py +++ b/unsloth/models/gemma.py @@ -268,7 +268,7 @@ def GemmaModel_fast_forward( # Ignore attention_mask if attention_mask is None: padding_mask = None - elif self.training: + elif False:#self.training: attention_mask = None padding_mask = None else: