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
57234d0c
Unverified
Commit
57234d0c
authored
Sep 15, 2025
by
Jiayi Yan
Committed by
GitHub
Sep 15, 2025
Browse files
[bugfix] fix typo (#10471)
parent
b93acd70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sgl-router/py_src/sglang_router/router.py
sgl-router/py_src/sglang_router/router.py
+1
-1
No files found.
sgl-router/py_src/sglang_router/router.py
View file @
57234d0c
...
...
@@ -119,7 +119,7 @@ class Router:
args_dict
[
"prefill_policy"
]
=
policy_from_str
(
args_dict
[
"prefill_policy"
])
args_dict
[
"decode_policy"
]
=
policy_from_str
(
args_dict
[
"decode_policy"
])
# remo
g
e mini_lb parameter
# remo
v
e mini_lb parameter
args_dict
.
pop
(
"mini_lb"
)
return
Router
(
_Router
(
**
args_dict
))
...
...
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