Unverified Commit 1ce30dd1 authored by Simo Lin's avatar Simo Lin Committed by GitHub
Browse files

[router] update router documentation (#9121)

parent c9ee7385
...@@ -17,6 +17,10 @@ For the design details, please refer to [link](https://docs.google.com/document/ ...@@ -17,6 +17,10 @@ For the design details, please refer to [link](https://docs.google.com/document/
Currently, we support Mooncake and NIXL as the transfer engine. Currently, we support Mooncake and NIXL as the transfer engine.
## Router Integration
For deploying PD disaggregation at scale with load balancing and fault tolerance, SGLang provides a router. The router can distribute requests between prefill and decode instances using various routing policies. For detailed information on setting up routing with PD disaggregation, including configuration options and deployment patterns, see the [SGLang Router documentation](router.md#mode-3-prefill-decode-disaggregation).
## Mooncake ## Mooncake
### Requirements ### Requirements
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment