Update _utils.py
This commit is contained in:
parent
eed6468e17
commit
c4c83ae3c1
1 changed files with 5 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue