From 577447a96e8fc3359995f312eba9fe6b3749e945 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Fri, 20 Dec 2024 02:59:27 -0800 Subject: [PATCH] Update llama.py --- unsloth/models/llama.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/unsloth/models/llama.py b/unsloth/models/llama.py index d536ced541..b88ed637c2 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -1114,8 +1114,6 @@ def PeftModelForCausalLM_fast_forward( num_logits_to_keep=0, **kwargs, ): - print(kwargs) - raise return self.base_model( input_ids=input_ids, causal_mask=causal_mask,