We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a31286f + e90e359 commit b672dc7Copy full SHA for b672dc7
1 file changed
src/maxtext/layers/moe.py
@@ -368,7 +368,7 @@ def __init__(
368
else:
369
self._tensor_parallelism_name = "tensor"
370
371
- if self.config.attention == "vllm_rpa":
+ if self.config.attention == "vllm_rpa" and self.config.enable_dp_attention:
372
self._expert_parallelism_name = "attn_dp_expert"
373
374
self._expert_parallelism_name = "expert"
0 commit comments