We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbafbb commit 39e4113Copy full SHA for 39e4113
python/sglang/srt/utils.py
@@ -849,7 +849,6 @@ def broadcast_pyobj(
849
):
850
"""Broadcast inputs from rank=0 to all other ranks with torch.dist backend."""
851
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
852
- print(f"[broadcast_pyobj] rank={rank}, device={device}")
853
854
if rank == 0:
855
if len(data) == 0:
0 commit comments