From 322225ce70d3d77838679f9d46f8b800720fc388 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 11 Feb 2025 00:37:08 -0800 Subject: [PATCH] Update rl.py --- unsloth/models/rl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/models/rl.py b/unsloth/models/rl.py index bb99f6c880..50f9795588 100644 --- a/unsloth/models/rl.py +++ b/unsloth/models/rl.py @@ -295,6 +295,7 @@ def _patch_trl_rl_trainers(trainer_file = "grpo_trainer"): RLTrainer_extras = RLTrainer_extras, ) + print(RLTrainer_source) # Create new function created_module = create_new_function(