You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/en/cli_reference.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,6 @@ xLLM uses gflags to manage service startup parameters. `--model <PATH>` is the o
170
170
|`enable_pd_ooc`|`bool`|`false`| Whether to enable online-offline co-location in disaggregated PD mode. |
171
171
|`disagg_pd_port`|`int32`|`7777`| Listening port for the disaggregated PD bRPC server. |
172
172
|`instance_role`|`string`|`"DEFAULT"`| Instance role, for example `DEFAULT`, `PREFILL`, `DECODE`, or `MIX`. |
173
-
|`kv_cache_transfer_type`|`string`|`"Mooncake"`| KV Cache transfer type, for example `Mooncake`, `LlmDataDist`, or `HCCL`. |
174
173
|`kv_cache_transfer_mode`|`string`|`"PUSH"`| KV Cache transfer mode, for example `PUSH` or `PULL`. |
175
174
|`transfer_listen_port`|`int32`|`26000`| Listening port for KV Cache Transfer. |
176
175
|`kv_push_dst_rotate`|`bool`|`false`| Rotate the destination-worker traversal order in `push_kv_blocks` per KV-split rank to spread incast across decode workers. |
0 commit comments