[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-19 02:35:28 +00:00 committed by Jai Suphavadeeprasit
parent 4740dfa216
commit fe2fd3d824
5 changed files with 510 additions and 337 deletions

View file

@ -13,11 +13,11 @@ Usage:
# Set environment BEFORE importing
import os
os.environ["VLLM_ENABLE_SHARED_WEIGHTS"] = "1"
# Import and apply patches BEFORE importing vllm
from example_trainer.vllm_patching import apply_patches
apply_patches()
# Then import vllm normally
from vllm import AsyncLLM
"""