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: