Update _utils.py
This commit is contained in:
parent
aacbcedb6c
commit
1c4545cdab
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ __all__ = [
|
|||
"fused_linear_cross_entropy",
|
||||
"patch_unsloth_smart_gradient_checkpointing",
|
||||
"unpatch_unsloth_smart_gradient_checkpointing",
|
||||
"create_gradient_checkpointing_buffer",
|
||||
|
||||
"patch_compiled_autograd",
|
||||
"process_vision_info",
|
||||
|
|
@ -93,6 +94,7 @@ from unsloth_zoo.gradient_checkpointing import (
|
|||
|
||||
patch_unsloth_smart_gradient_checkpointing,
|
||||
unpatch_unsloth_smart_gradient_checkpointing,
|
||||
create_gradient_checkpointing_buffer,
|
||||
)
|
||||
from unsloth_zoo.loss_utils import (
|
||||
HAS_CUT_CROSS_ENTROPY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue