From 711f1c10fa00b574d9ece102e698e7cb349909df Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 23 Jul 2024 11:16:40 -0700 Subject: [PATCH] Update llama.py --- unsloth/models/llama.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/models/llama.py b/unsloth/models/llama.py index de9eb80dae..3f358fe675 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -1065,7 +1065,7 @@ class LlamaExtendedRotaryEmbedding(torch.nn.Module): config = None, # [TODO] Hack to pass in config - need to remove later ): super().__init__() - print(__FILE__, __LINE__) + print(__LINE__) # if config is not None: return # [TODO] Hack to pass in config - need to remove later self.dim = dim