Co-authored-by: sglang-bot <sglangbot@gmail.com>
This commit is contained in:
Lianmin Zheng
2025-11-21 05:42:32 -08:00
committed by GitHub
parent dc836909a6
commit 99e13d189b
3 changed files with 8 additions and 8 deletions

View File

@@ -13,10 +13,9 @@
--------------------------------------------------------------------------------
| [**Blog**](https://lmsys.org/blog/)
| [**Documentation**](https://docs.sglang.ai/)
| [**Join Slack**](https://slack.sglang.ai/)
| [**Join Bi-Weekly Development Meeting**](https://meeting.sglang.ai/)
| [**Roadmap**](https://github.com/sgl-project/sglang/issues/12780)
| [**Documentation**](https://docs.sglang.io/)
| [**Join Slack**](https://slack.sglang.io/)
| [**Roadmap**](https://roadmap.sglang.io/)
| [**Slides**](https://github.com/sgl-project/sgl-learning-materials?tab=readme-ov-file#slides) |
## News

View File

@@ -1,8 +1,8 @@
# Learn More and Join the Community
- The development roadmap: [2025 Q4](https://github.com/sgl-project/sglang/issues/12780)
- The development roadmap: https://roadmap.sglang.io
- The latest SGLang features and updates are shared through the [LMSYS blog](https://lmsys.org/blog/)
- X (formerly Twitter): https://x.com/lmsysorg
- LinkedIn: https://www.linkedin.com/company/sgl-project/
- Join Slack: https://slack.sglang.ai/
- Join Slack: https://slack.sglang.io/
- More blogs, slides, and videos about SGLang at [https://github.com/sgl-project/sgl-learning-materials](https://github.com/sgl-project/sgl-learning-materials)

View File

@@ -7,9 +7,10 @@ name = "sglang-router"
version = "0.2.3"
description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
authors = [
{name = "Byron Hsu", email = "byronhsu1230@gmail.com"},
{name = "Simo Lin", email = "linsimo.mark@gmail.com"},
{name = "Chang Su", email = "mckvtl@gmail.com"},
{name = "Keyang Ru", email = "rukeyang@gmail.com"}
{name = "Keyang Ru", email = "rukeyang@gmail.com"},
{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}
]
requires-python = ">=3.8"
readme = "../../README.md"