From f291a4c12b8bd0c7dd5f00c6d13efe4b738ab1cb Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 22 Jan 2025 16:45:41 -0800 Subject: [PATCH] Update __init__.py --- unsloth/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unsloth/__init__.py b/unsloth/__init__.py index 2986ca492..8c949b058 100644 --- a/unsloth/__init__.py +++ b/unsloth/__init__.py @@ -134,7 +134,6 @@ def is_bf16_supported(): return SUPPORTS_BFLOAT16 torch.cuda.is_bf16_supported = is_bf16_supported pass - # For Gradio HF Spaces? # if "SPACE_AUTHOR_NAME" not in os.environ and "SPACE_REPO_NAME" not in os.environ: import triton