[router] add grpc pd and regular router init (#9893)

This commit is contained in:
Chang Su
2025-09-01 20:06:15 -07:00
committed by GitHub
parent b5245064f6
commit 9a0cac1be0
14 changed files with 783 additions and 58 deletions

View File

@@ -64,6 +64,8 @@ class TestLaunchRouter(unittest.TestCase):
cb_window_duration_secs=60,
disable_retries=False,
disable_circuit_breaker=False,
model_path=None,
tokenizer_path=None,
)
def create_router_args(self, **kwargs):