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
dc86f25a
Unverified
Commit
dc86f25a
authored
Apr 21, 2025
by
fzyzcjy
Committed by
GitHub
Apr 21, 2025
Browse files
Tiny remove duplicated code (#5021)
parent
08289eaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
python/sglang/srt/server_args.py
python/sglang/srt/server_args.py
+0
-7
No files found.
python/sglang/srt/server_args.py
View file @
dc86f25a
...
...
@@ -294,13 +294,6 @@ class ServerArgs:
if
self
.
grammar_backend
is
None
:
self
.
grammar_backend
=
"xgrammar"
# Expert parallelism
if
self
.
enable_ep_moe
:
self
.
ep_size
=
self
.
tp_size
logger
.
info
(
f
"EP MoE is enabled. The expert parallel size is adjusted to be the same as the tensor parallel size[
{
self
.
tp_size
}
]."
)
self
.
enable_multimodal
:
Optional
[
bool
]
=
self
.
enable_llama4_multimodal
# Data parallelism attention
...
...
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