"tests/compute/test_frame.py" did not exist on "3e43d7b8d203df1f2e2e2f0b5c029dfebeec549b"
Unverified Commit 56f6589e authored by shangmingc's avatar shangmingc Committed by GitHub
Browse files

[PD] Optimize disaggregation ib device help info (#5781)

parent 1232f7e8
......@@ -1250,7 +1250,9 @@ class ServerArgs:
"--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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment