From d05463bcd0cccc4926d5d46a4d6e8a159d0af880 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 16 Jan 2025 01:09:23 -0800 Subject: [PATCH] Update _utils.py --- unsloth/models/_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 7ddfef6b53..ed575a8b4d 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -847,7 +847,7 @@ def patch_linear_scaling( rotary_emb = rotary_emb[0] function = function.replace(rotary_emb, fix_rope_function, 1) function = exec_code + "\n\n" + function - print(function) + print(exec_code) return init_name, function pass