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
8d8ef849
Unverified
Commit
8d8ef849
authored
Jan 23, 2025
by
Byron Hsu
Committed by
GitHub
Jan 23, 2025
Browse files
bump router to 0.1.4 (#3094)
parent
9a0cc2e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sgl-router/py_src/sglang_router/version.py
sgl-router/py_src/sglang_router/version.py
+1
-1
sgl-router/pyproject.toml
sgl-router/pyproject.toml
+1
-1
No files found.
sgl-router/py_src/sglang_router/version.py
View file @
8d8ef849
__version__
=
"0.1.
3
"
__version__
=
"0.1.
4
"
sgl-router/pyproject.toml
View file @
8d8ef849
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
[project]
name
=
"sglang-router"
name
=
"sglang-router"
version
=
"0.1.
3
"
version
=
"0.1.
4
"
description
=
"SGLang router is a standalone module implemented in Rust to achieve data parallelism across SGLang instances."
description
=
"SGLang router is a standalone module implemented in Rust to achieve data parallelism across SGLang instances."
authors
=
[
{name
=
"Byron Hsu"
,
email
=
"byronhsu1230@gmail.com"
}
]
authors
=
[
{name
=
"Byron Hsu"
,
email
=
"byronhsu1230@gmail.com"
}
]
requires-python
=
">=3.8"
requires-python
=
">=3.8"
...
...
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