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
4b046a72
Unverified
Commit
4b046a72
authored
Oct 24, 2025
by
Jonah Bernard
Committed by
GitHub
Oct 24, 2025
Browse files
docs(server-arguments): add allowed options for each argument (#11560)
parent
770d6312
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
344 additions
and
241 deletions
+344
-241
docs/advanced_features/server_arguments.md
docs/advanced_features/server_arguments.md
+343
-240
python/sglang/srt/server_args.py
python/sglang/srt/server_args.py
+1
-1
No files found.
docs/advanced_features/server_arguments.md
View file @
4b046a72
This diff is collapsed.
Click to expand it.
python/sglang/srt/server_args.py
View file @
4b046a72
...
@@ -2816,7 +2816,7 @@ class ServerArgs:
...
@@ -2816,7 +2816,7 @@ class ServerArgs:
"--ds-sparse-decode-threshold"
,
"--ds-sparse-decode-threshold"
,
type
=
int
,
type
=
int
,
default
=
ServerArgs
.
ds_sparse_decode_threshold
,
default
=
ServerArgs
.
ds_sparse_decode_threshold
,
help
=
"The
type of heavy channels in
double
sparsity
attention
"
,
help
=
"The
minimum decode sequence length required before the
double
-
sparsity
backend switches from the dense fallback to the sparse decode kernel.
"
,
)
)
# Offloading
# Offloading
...
...
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