Update _utils.py

This commit is contained in:
Daniel Han 2024-11-05 01:52:27 -08:00
commit 116f286d0c

View file

@ -376,7 +376,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)