From bf09133717f45934c4655b5663c0f85b6e0d62a1 Mon Sep 17 00:00:00 2001 From: Duyi-Wang Date: Fri, 27 Feb 2026 16:47:38 +0800 Subject: [PATCH] [PD-Disagg] [Fix] Remove 'test_external_dp_routing' field from Rust Router constructor parameters. --- sgl-model-gateway/bindings/python/src/sglang_router/router.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sgl-model-gateway/bindings/python/src/sglang_router/router.py b/sgl-model-gateway/bindings/python/src/sglang_router/router.py index de81cfce3e55..7d37da6f53bb 100644 --- a/sgl-model-gateway/bindings/python/src/sglang_router/router.py +++ b/sgl-model-gateway/bindings/python/src/sglang_router/router.py @@ -285,6 +285,7 @@ def from_args(args: RouterArgs) -> "Router": # Remove fields that shouldn't be passed to Rust Router constructor fields_to_remove = [ "mini_lb", + "test_external_dp_routing", "oracle_wallet_path", "oracle_tns_alias", "oracle_connect_descriptor",