From fa3882d218eac9b5018badf01118470c396576eb Mon Sep 17 00:00:00 2001 From: maxiao Date: Tue, 4 Nov 2025 16:30:38 +0800 Subject: [PATCH] delete print info --- .../srt/distributed/device_communicators/custom_all_reduce.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/sglang/srt/distributed/device_communicators/custom_all_reduce.py b/python/sglang/srt/distributed/device_communicators/custom_all_reduce.py index 04ba4bf1c..a76504610 100644 --- a/python/sglang/srt/distributed/device_communicators/custom_all_reduce.py +++ b/python/sglang/srt/distributed/device_communicators/custom_all_reduce.py @@ -574,7 +574,6 @@ class DCUCustomAllreduce: `register_graph_buffers` call at the end of the context. It records all the buffer addresses used in the CUDA graph. """ - print("########################dcu capture") try: self._IS_CAPTURING = True yield