diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index b105ea7494..4a9b8847ad 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -396,8 +396,8 @@ patch_torch_compile( ) torch_compile_options = { - "epilogue_fusion" : True, - "max_autotune" : True, + "epilogue_fusion" : False, + "max_autotune" : False, "shape_padding" : True, "trace.enabled" : UNSLOTH_COMPILE_DEBUG, "triton.cudagraphs" : False,