execute_with_time_limit
This commit is contained in:
parent
72d4ce88c0
commit
0ca2a140a0
2 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue