From 91395f46bd7abb4a354e152e3d6f70ed93071f67 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 11 Feb 2025 18:56:09 -0800 Subject: [PATCH] Update rl.py --- unsloth/models/rl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/models/rl.py b/unsloth/models/rl.py index c26d450ca2..2a3a9eb208 100644 --- a/unsloth/models/rl.py +++ b/unsloth/models/rl.py @@ -116,7 +116,7 @@ class Unsloth{RLTrainer_name}(_Unsloth{RLTrainer_name}): if args is None: args = Unsloth{RLConfig_name}() {RLTrainer_extra_args} super().__init__({RLTrainer_call_args}{RLTrainer_kwargs}) - {RLTrainer_post} +{RLTrainer_post} pass '''