[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
cb42ce8dae
commit
c612bfe3a3
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue