We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8365a commit 9b5de6cCopy full SHA for 9b5de6c
sgl-router/pyproject.toml
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sglang-router"
7
-version = "0.1.5"
8
-description = "SGLang router is a standalone module implemented in Rust to achieve data parallelism across SGLang instances."
+version = "0.1.6"
+description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
9
authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}]
10
requires-python = ">=3.8"
11
readme = "README.md"
0 commit comments