diff --git a/unsloth/models/rl.py b/unsloth/models/rl.py index b8d191dcfe..fadae874db 100644 --- a/unsloth/models/rl.py +++ b/unsloth/models/rl.py @@ -404,6 +404,7 @@ def _patch_trl_rl_trainers(trainer_file = "grpo_trainer"): imports, overwrite = True, ) + print("###") # Patch Trainer exec(f"trl.{RLTrainer_name} = created_module.Unsloth{RLTrainer_name}", locals(), globals())