From 6c7f0dbcb4eee100e19cca98e6d728f4beafbdd2 Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Sun, 28 Jan 2024 04:08:19 +1100 Subject: [PATCH] Update llama.py --- unsloth/models/llama.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unsloth/models/llama.py b/unsloth/models/llama.py index 852388e4f8..bcc26b36a5 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -487,7 +487,6 @@ def LlamaModel_fast_forward( inputs_embeds = self.embed_tokens(input_ids) # Ignore attention_mask - print(attention_mask) if attention_mask is None: padding_mask = None elif False:#self.training: