execute_with_time_limit

This commit is contained in:
Daniel Han 2025-10-01 01:20:30 -07:00
commit 0ca2a140a0
2 changed files with 2 additions and 0 deletions

View file

@ -267,6 +267,7 @@ from .trainer import *
from unsloth_zoo.rl_environments import (
check_python_modules,
create_locked_down_function,
execute_with_time_limit,
Benchmarker,
)

View file

@ -94,6 +94,7 @@ from unsloth_zoo.tokenizer_utils import (
from unsloth_zoo.rl_environments import (
check_python_modules,
create_locked_down_function,
execute_with_time_limit,
Benchmarker,
)
from unsloth_zoo.patching_utils import (