diff --git a/python/sglang/srt/utils.py b/python/sglang/srt/utils.py index 64d2e66eb..2c0159a1f 100644 --- a/python/sglang/srt/utils.py +++ b/python/sglang/srt/utils.py @@ -849,7 +849,6 @@ def broadcast_pyobj( ): """Broadcast inputs from rank=0 to all other ranks with torch.dist backend.""" device = torch.device("cuda" if torch.cuda.is_available() else "cpu") - print(f"[broadcast_pyobj] rank={rank}, device={device}") if rank == 0: if len(data) == 0: