Skip to content

Commit 707b43e

Browse files
zhyncsjimoosciuc
authored andcommitted
1 parent 44f5653 commit 707b43e

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)