From 72d4ce88c0103e77828d3bef5cc402aa60426b46 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 30 Sep 2025 23:14:35 -0700 Subject: [PATCH] Update __init__.py --- unsloth/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unsloth/__init__.py b/unsloth/__init__.py index 1be571b69b..bbe728045c 100644 --- a/unsloth/__init__.py +++ b/unsloth/__init__.py @@ -264,6 +264,11 @@ from .save import * from .chat_templates import * from .tokenizer_utils import * from .trainer import * +from unsloth_zoo.rl_environments import ( + check_python_modules, + create_locked_down_function, + Benchmarker, +) # Patch TRL trainers for backwards compatibility _patch_trl_trainer()