Update __init__.py
This commit is contained in:
parent
d3e04ca1d6
commit
72d4ce88c0
1 changed files with 5 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue