diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index ed575a8b4d..82b9b67054 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -847,6 +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("###########") print(exec_code) return init_name, function pass