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: examples/device/ep/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ buffer.disconnect_ranks(ranks)
38
38
39
39
## Key APIs
40
40
41
-
-`Buffer(rank_id, ...)`: Initialize the NIXL communication buffer
41
+
-`Buffer(rank_id, ..., nvl_group_size=8)`: Initialize the NIXL communication buffer; `nvl_group_size` must satisfy `0 < nvl_group_size <= 8` and divide `8`
42
42
-`update_memory_buffers(num_ranks, num_experts_per_rank, num_rdma_bytes, num_nvl_bytes=0)`: Prepare buffers for up to `num_ranks` ranks and `num_experts_per_rank` experts
43
43
-`connect_ranks(remote_ranks, activate=True)`: Establish NIXL connections to new peers (can be called multiple times); in low-latency mode, use `activate=False` to keep new peers masked until explicitly unmasked.
44
44
-`disconnect_ranks(remote_ranks)`: Clean up connections to departing peers
0 commit comments