diff --git a/unsloth/_gpu_init.py b/unsloth/_gpu_init.py index 1ed3d1768f..addcdfd3fa 100644 --- a/unsloth/_gpu_init.py +++ b/unsloth/_gpu_init.py @@ -201,7 +201,8 @@ if os.environ.get("UNSLOTH_FORCE_SINGLE_COMPILE_WORKER", "0") == "1": try: setattr( importlib.import_module("unsloth_zoo.temporary_patches.common"), - "determine_compile_threads", lambda: 1, + "determine_compile_threads", + lambda: 1, ) except Exception: pass