mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 17:11:21 +08:00
This reverts commit 2bb838fed9.
This commit is contained in:
@@ -592,9 +592,6 @@ class DeepSeekV3Model(nn.Layer):
|
||||
)
|
||||
out = self.norm(hidden_states, residual, forward_meta=forward_meta)[0]
|
||||
|
||||
if self.norm.is_last_norm and self.norm.fd_config.parallel_config.use_sequence_parallel_moe:
|
||||
out = self.norm.allgather(out, forward_meta.ids_remove_padding.shape[0])
|
||||
|
||||
return out
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user