From 39e411385cb277c7bbfd7f41a7effdf634738efa Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Sun, 13 Apr 2025 13:57:36 -0700 Subject: [PATCH] fix #5322 (#5359) --- 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 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: