From 20b072580b61c08a4add7f86004c0a5c01bae1d8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:11:25 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- unsloth/import_fixes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/import_fixes.py b/unsloth/import_fixes.py index 1d12aa3b6a..0e89d730c5 100644 --- a/unsloth/import_fixes.py +++ b/unsloth/import_fixes.py @@ -1251,6 +1251,7 @@ def fix_vllm_pdl_blackwell(): # Just set the env var - vLLM might be an older version without supports_pdl logger.info(f"Unsloth: Set TRITON_DISABLE_PDL=1 for SM100 ({sm100_gpu_name})") + def patch_openspiel_env_async(): """Apply nest_asyncio for OpenEnv EnvClient async compatibility.