From 8a5b163fe3cba260271d2522e99a7b9fec35d6f5 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 13 Feb 2025 16:38:21 -0800 Subject: [PATCH] Update rl.py --- unsloth/models/rl.py | 1 - 1 file changed, 1 deletion(-) 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())