Skip to content

Commit 39e4113

Browse files
authored
fix #5322 (#5359)
1 parent 5fbafbb commit 39e4113

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/sglang/srt/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,6 @@ def broadcast_pyobj(
849849
):
850850
"""Broadcast inputs from rank=0 to all other ranks with torch.dist backend."""
851851
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
852-
print(f"[broadcast_pyobj] rank={rank}, device={device}")
853852

854853
if rank == 0:
855854
if len(data) == 0:

0 commit comments

Comments
 (0)