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