From 6df1e8d62888225b452a68ee196ecfcaf7509c30 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sun, 30 Nov 2025 22:15:02 -0800 Subject: [PATCH] [Auto Sync] Update backend.py (20251130) (#14153) Co-authored-by: github-actions[bot] Co-authored-by: Stefan He Co-authored-by: Byron Hsu --- python/sglang/srt/compilation/backend.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/sglang/srt/compilation/backend.py b/python/sglang/srt/compilation/backend.py index a41fe1e2d..9892e4725 100644 --- a/python/sglang/srt/compilation/backend.py +++ b/python/sglang/srt/compilation/backend.py @@ -27,7 +27,6 @@ logger = logging.getLogger(__name__) SPLIT_OPS = [ "sglang.unified_attention_with_output", - "sglang.inplace_all_reduce", "sglang.gdn_with_output", ]