From b53d160b6fd09790e5d35f3f3f2672fc2e871ddd Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sat, 1 Mar 2025 00:21:28 -0800 Subject: [PATCH] Update _utils.py --- unsloth/models/_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 5088b79d23..cca77bb60b 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -25,7 +25,6 @@ __all__ = [ "__version__", "HAS_FLASH_ATTENTION", "HAS_FLASH_ATTENTION_SOFTCAPPING", - "PRE_CHECK", "platform_system", "patch_tokenizer", "get_statistics",