[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 19:39:15 +00:00 committed by Jai Suphavadeeprasit
parent 412aaef2ba
commit 3517d07c8a

View file

@ -615,9 +615,7 @@ def _attach_to_vllm_shared_tensors(
attached_count += 1
if attached_count == 1 and config.debug_loading:
print(
"[Setup DEBUG] ✓ First tensor attached successfully!", flush=True
)
print("[Setup DEBUG] ✓ First tensor attached successfully!", flush=True)
except Exception as e:
print(f"[Setup] Failed to attach {hf_name}: {e}", flush=True)