[typo fix] Fix a typo in communicator.py (#9183)

Signed-off-by: Philo <lul16@foxmail.com>
This commit is contained in:
Philo
2025-08-15 08:29:38 +08:00
committed by GitHub
parent d2fbf2de0c
commit 004f7f1972

View File

@@ -382,7 +382,7 @@ class CommunicateWithAllReduceAndLayerNormFn:
)
raise NotImplementedError(
f"{hidden_states_input_mode=} {residual_input_mode=} {residual_output_mode=} {residual_output_mode=}"
f"{hidden_states_input_mode=} {residual_input_mode=} {hidden_states_output_mode=} {residual_output_mode=}"
)
@staticmethod