From 7d2dd75939dd5ff12ecb4585da97df8a25842ecd Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Mon, 10 Feb 2025 23:25:37 -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 5d6117b704..e89e657fab 100644 --- a/unsloth/models/rl.py +++ b/unsloth/models/rl.py @@ -246,6 +246,7 @@ def _patch_trl_rl_trainers(trainer_file = "grpo_trainer"): "per_device_eval_batch_size" : 4, "eval_accumulation_steps" : 2, "torch_empty_cache_steps" : 250, + "logging_steps" : 1, } for k, v in replacements.items(): x = f"{k}( = [^,\n]{{1,}})?,\n"