mirror of
https://github.com/NousResearch/atropos.git
synced 2026-05-03 17:53:17 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
412aaef2ba
commit
3517d07c8a
1 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue