From 004f7f1972dcec9dd408e65e31e9e68bc79c4940 Mon Sep 17 00:00:00 2001 From: Philo Date: Fri, 15 Aug 2025 08:29:38 +0800 Subject: [PATCH] [typo fix] Fix a typo in communicator.py (#9183) Signed-off-by: Philo --- python/sglang/srt/layers/communicator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/srt/layers/communicator.py b/python/sglang/srt/layers/communicator.py index 2dec296a7..624b06017 100644 --- a/python/sglang/srt/layers/communicator.py +++ b/python/sglang/srt/layers/communicator.py @@ -382,7 +382,7 @@ class CommunicateWithAllReduceAndLayerNormFn: ) raise NotImplementedError( - f"{hidden_states_input_mode=} {residual_input_mode=} {residual_output_mode=} {residual_output_mode=}" + f"{hidden_states_input_mode=} {residual_input_mode=} {hidden_states_output_mode=} {residual_output_mode=}" ) @staticmethod