From 7cda12fd10d1fde8e48febfa2e25e1637af8ac90 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 5 Nov 2024 22:48:36 -0800 Subject: [PATCH] Update _utils.py --- unsloth/models/_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,