From d351bbdc5796dfbef27bf60382a28d74f20bd536 Mon Sep 17 00:00:00 2001 From: zhyncs Date: Sun, 13 Apr 2025 20:56:24 +0000 Subject: [PATCH] fix #5322 --- python/sglang/srt/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/sglang/srt/utils.py b/python/sglang/srt/utils.py index 64d2e66ebe9..2c0159a1f3f 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: