diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index b73b2a9bbf..f3d7e4a439 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -1093,7 +1093,7 @@ def unsloth_compile_transformers( epilogue_fusion = True, max_autotune = False, shape_padding = True, - cudagraphs = True, + cudagraphs = False, debug = False, import_from_cache = False, ):