We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019abe1 commit 7bb5cd3Copy full SHA for 7bb5cd3
src/pplx_kernels/all_to_all.py
@@ -21,6 +21,9 @@ def __init__(
21
assert world_size % dp_size == 0
22
assert world_size // dp_size > 1
23
24
+ self.world_size = world_size
25
+ self.dp_size = dp_size
26
+ self.max_num_tokens = max_num_tokens
27
self._has_scales = hidden_dim_scale_bytes > 0
28
29
self._ptr = _ops.all_to_all_create(
0 commit comments