From c3d86a89839c9be64852d79f08eab03d640fe7e6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 10:12:59 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- unsloth/_gpu_init.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/_gpu_init.py b/unsloth/_gpu_init.py index d7a7b2ca6e..b35e18cf75 100644 --- a/unsloth/_gpu_init.py +++ b/unsloth/_gpu_init.py @@ -241,6 +241,7 @@ if "is_bf16_supported" not in globals(): def is_bf16_supported(including_emulation = False): return SUPPORTS_BFLOAT16 + # For Gradio HF Spaces? # if "SPACE_AUTHOR_NAME" not in os.environ and "SPACE_REPO_NAME" not in os.environ: import triton