[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-01-05 13:19:44 +00:00
commit c612bfe3a3

View file

@ -620,7 +620,9 @@ def fix_vllm_pdl_blackwell():
)
return
except Exception as e:
logger.debug(f"Unsloth: vLLM version check failed ({e}), applying PDL workaround.")
logger.debug(
f"Unsloth: vLLM version check failed ({e}), applying PDL workaround."
)
# Apply the PDL fix
os.environ["TRITON_DISABLE_PDL"] = "1"