From c4c83ae3c1b19a2b98949d6b43435757945ebdee Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 30 Sep 2025 23:07:19 -0700 Subject: [PATCH] Update _utils.py --- unsloth/models/_utils.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 2df9b878d0..9ba9daba74 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -91,6 +91,11 @@ from unsloth_zoo.log import logger from unsloth_zoo.tokenizer_utils import ( patch_tokenizer as _patch_tokenizer, ) +from unsloth_zoo.rl_environments import ( + check_python_modules, + create_locked_down_function, + Benchmarker, +) from unsloth_zoo.patching_utils import ( patch_compiling_bitsandbytes, patch_layernorm,