diff --git a/unsloth/models/llama.py b/unsloth/models/llama.py index 6029005265..9663ffce36 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -574,6 +574,7 @@ def LlamaModel_fast_forward( pass # Ignore attention_mask + print(attention_mask) if attention_mask is None: padding_mask = None elif False: