From f92c16d9bcd562b2c8ae862c2c970419110ad1ce Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 19 Nov 2024 03:54:35 -0800 Subject: [PATCH] Update _utils.py --- unsloth/models/_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ):