Update _utils.py

This commit is contained in:
Daniel Han 2024-11-20 19:15:05 -08:00
commit 4be7341e49

View file

@ -1104,6 +1104,7 @@ def unsloth_compile_transformers(
compile_function_calls = True,
fuse_lm_head = True,
gradient_checkpointing = True,
manual_replacements = True,
epilogue_fusion = True,
max_autotune = False,
shape_padding = True,
@ -1132,6 +1133,7 @@ def unsloth_compile_transformers(
compile_function_calls = compile_function_calls,
fuse_lm_head = fuse_lm_head,
gradient_checkpointing = gradient_checkpointing,
manual_replacements = manual_replacements,
epilogue_fusion = epilogue_fusion,
max_autotune = max_autotune,
shape_padding = shape_padding,