From 06188007ee2df9247084e7fa778b513be67ff826 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 2 Feb 2025 13:49:25 -0800 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 d1d5f5e16e..cafec19cb6 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -946,7 +946,6 @@ def LlamaModel_fast_forward_inference( else: attention_mask = None pass - print(attention_mask) next_decoder_cache = []