[PD] docs: clarify disaggregation IB device formats (#25521)
Co-authored-by: Zijie Xia <zijie.xia@radixark.ai>
This commit is contained in:
@@ -6844,9 +6844,12 @@ class ServerArgs:
|
||||
"--disaggregation-ib-device",
|
||||
type=str,
|
||||
default=ServerArgs.disaggregation_ib_device,
|
||||
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.",
|
||||
help="The InfiniBand devices for disaggregation transfer. Supports a single device "
|
||||
"(e.g., --disaggregation-ib-device mlx5_0), a shared comma-separated list "
|
||||
"(e.g., --disaggregation-ib-device mlx5_0,mlx5_1), a per-GPU JSON mapping "
|
||||
'(e.g., --disaggregation-ib-device \'{"0": "mlx5_0,mlx5_1", "1": "mlx5_2"}\'), '
|
||||
"or a path to a JSON file containing that mapping. Default is None, which triggers "
|
||||
"automatic device detection when mooncake backend is enabled.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--disaggregation-decode-enable-radix-cache",
|
||||
|
||||
Reference in New Issue
Block a user