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
56f6589e
Unverified
Commit
56f6589e
authored
May 05, 2025
by
shangmingc
Committed by
GitHub
May 05, 2025
Browse files
[PD] Optimize disaggregation ib device help info (#5781)
parent
1232f7e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
python/sglang/srt/server_args.py
python/sglang/srt/server_args.py
+3
-1
No files found.
python/sglang/srt/server_args.py
View file @
56f6589e
...
@@ -1250,7 +1250,9 @@ class ServerArgs:
...
@@ -1250,7 +1250,9 @@ class ServerArgs:
"--disaggregation-ib-device"
,
"--disaggregation-ib-device"
,
type
=
str
,
type
=
str
,
default
=
ServerArgs
.
disaggregation_ib_device
,
default
=
ServerArgs
.
disaggregation_ib_device
,
help
=
"The ib device for disaggregation transfer. Default is None, it will be detected automatically if using the mooncake backend."
,
help
=
"The InfiniBand devices for disaggregation transfer, accepts single device (e.g., --disaggregation-ib-device mlx5_0) "
"or multiple comma-separated devices (e.g., --disaggregation-ib-device mlx5_0,mlx5_1). "
"Default is None, which triggers automatic device detection when mooncake backend is enabled."
,
)
)
@
classmethod
@
classmethod
...
...
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