diff --git a/unsloth/models/rl.py b/unsloth/models/rl.py index 048ec7bb02..9f5fe99c9d 100644 --- a/unsloth/models/rl.py +++ b/unsloth/models/rl.py @@ -404,7 +404,6 @@ 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())