diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index cf34767d7b..7ed9f7360e 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -375,7 +375,7 @@ pass # ============================================= # Torch compile settings UNSLOTH_COMPILE_DEBUG = True #"UNSLOTH_COMPILE_DEBUG" in os.environ -UNSLOTH_COMPILE_MAXIMUM = False #"UNSLOTH_COMPILE_MAXIMUM" in os.environ +UNSLOTH_COMPILE_MAXIMUM = True #"UNSLOTH_COMPILE_MAXIMUM" in os.environ # Just remove max_autotune_gemm warning import functools @functools.lru_cache(None)