Unverified Commit 004f7f19 authored by Philo's avatar Philo Committed by GitHub
Browse files

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


Signed-off-by: default avatarPhilo <lul16@foxmail.com>
parent d2fbf2de
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment