Update _utils.py
This commit is contained in:
parent
1c4545cdab
commit
fcea6dc7d9
1 changed files with 4 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ __all__ = [
|
|||
|
||||
"patch_compiled_autograd",
|
||||
"process_vision_info",
|
||||
"unsloth_compile_transformers",
|
||||
]
|
||||
|
||||
import torch
|
||||
|
|
@ -103,6 +104,9 @@ from unsloth_zoo.loss_utils import (
|
|||
from unsloth_zoo.vision_utils import (
|
||||
process_vision_info,
|
||||
)
|
||||
from unsloth_zoo.compiler import (
|
||||
unsloth_compile_transformers,
|
||||
)
|
||||
|
||||
# =============================================
|
||||
# Disable some warnings which can get annoying
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue