Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/references/learn_more.md
Original file line number Diff line number Diff line change
@@ -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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The roadmap URL has been updated, but the markdown link formatting was removed, leaving a raw URL. It would be better to keep it as a clickable link for better readability and user experience.

Suggested change
- The development roadmap: https://roadmap.sglang.io
- The development roadmap: [roadmap.sglang.io](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)
5 changes: 3 additions & 2 deletions sgl-router/bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading