From c9b15eb00ff0bdb3d4f9d89f3d5fe61cebad5c81 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Mon, 17 Feb 2025 20:04:26 -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 6466765588..1b2f348541 100644 --- a/unsloth/models/rl.py +++ b/unsloth/models/rl.py @@ -429,7 +429,6 @@ def _patch_trl_rl_trainers(trainer_file = "grpo_trainer"): # Get all pre-modules if trainer_file in RL_PRE_ITEMS: RL_pre = "\n".join(RL_PRE_ITEMS[trainer_file]) - print(RL_PRE_ITEMS[trainer_file]) else: RL_pre = "" pass