From 98e433e305c54f1ccf7704049fa6cb60e5190939 Mon Sep 17 00:00:00 2001 From: Duyi-Wang Date: Fri, 27 Feb 2026 18:40:01 +0800 Subject: [PATCH] [PD-Disagg][Fix] Remove 'test_external_dp_routing' from Rust Router constructor parameters. (#19492) --- 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 de81cfce3..7d37da6f5 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 @@ class 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",