From 7b144ebdaa019737f89511a89ec2a43554ba745c Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 16 Jan 2025 01:15:42 -0800 Subject: [PATCH] Update _utils.py --- unsloth/models/_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 82b9b67054..76edb3ff01 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -800,6 +800,7 @@ def patch_linear_scaling( f"from {model_filepath} import logger, "\ f"{model_name.title()}Attention, {model_name.title()}Config" + print(exec_code) try: function = inspect.getsource(attention_module.__init__) except: