Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion python/sglang/srt/server_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,9 @@ def add_cli_args(parser: argparse.ArgumentParser):
"--disaggregation-ib-device",
type=str,
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
Expand Down
Loading