Update _utils.py

This commit is contained in:
Daniel Han 2024-11-19 16:56:53 -08:00
commit e8232f8a0c

View file

@ -1096,6 +1096,7 @@ def unsloth_compile_transformers(
compile_custom_modules = True,
compile_function_calls = True,
fuse_lm_head = True,
gradient_checkpointing = True,
epilogue_fusion = True,
max_autotune = False,
shape_padding = True,
@ -1123,6 +1124,7 @@ def unsloth_compile_transformers(
compile_custom_modules = compile_custom_modules,
compile_function_calls = compile_function_calls,
fuse_lm_head = fuse_lm_head,
gradient_checkpointing = gradient_checkpointing,
epilogue_fusion = epilogue_fusion,
max_autotune = max_autotune,
shape_padding = shape_padding,