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
6efa9e4a
Unverified
Commit
6efa9e4a
authored
Dec 11, 2024
by
Ata Fatahi
Committed by
GitHub
Dec 11, 2024
Browse files
Bump sglang-router to 0.1.1 (#2459)
Signed-off-by:
Ata Fatahi
<
immrata@gmail.com
>
parent
7791fd99
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
rust/py_src/sglang_router/version.py
rust/py_src/sglang_router/version.py
+1
-1
rust/pyproject.toml
rust/pyproject.toml
+1
-1
rust/v0.1.0.md
rust/v0.1.0.md
+5
-0
No files found.
rust/py_src/sglang_router/version.py
View file @
6efa9e4a
__version__
=
"0.1.
0
"
__version__
=
"0.1.
1
"
rust/pyproject.toml
View file @
6efa9e4a
...
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name
=
"sglang-router"
version
=
"0.1.
0
"
version
=
"0.1.
1
"
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"
}
]
requires-python
=
">=3.8"
...
...
rust/v0.1.0.md
View file @
6efa9e4a
...
...
@@ -56,3 +56,8 @@ Note:
1.
Please read the full usage at https://sgl-project.github.io/router/router.html
2.
The feature is still under active improvement, so please don't hesitate to raise issues or submit PRs if you have any suggestions or feedback.
# Release Instructions
Update the version in
`rust/pyproject.toml`
and
`py_src/sglang_router/version.py`
.
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