Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
9e8a15a7
Unverified
Commit
9e8a15a7
authored
Oct 14, 2025
by
Simo Lin
Committed by
GitHub
Oct 14, 2025
Browse files
[router] add chang and keyang to sgl router author (#11620)
parent
3962e39d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
sgl-router/pyproject.toml
sgl-router/pyproject.toml
+5
-1
No files found.
sgl-router/pyproject.toml
View file @
9e8a15a7
...
@@ -6,7 +6,11 @@ build-backend = "setuptools.build_meta"
...
@@ -6,7 +6,11 @@ build-backend = "setuptools.build_meta"
name
=
"sglang-router"
name
=
"sglang-router"
version
=
"0.1.9"
version
=
"0.1.9"
description
=
"High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
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"
}
]
authors
=
[
{name
=
"Byron Hsu"
,
email
=
"byronhsu1230@gmail.com"
}
,
{name
=
"Chang Su"
,
email
=
"mckvtl@gmail.com"
}
,
{name
=
"Keyang Ru"
,
email
=
"rukeyang@gmail.com"
}
]
requires-python
=
">=3.8"
requires-python
=
">=3.8"
readme
=
"README.md"
readme
=
"README.md"
license
=
{
text
=
"Apache-2.0"
}
license
=
{
text
=
"Apache-2.0"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment