fix typo change dosen't to doesn't (#5308)

This commit is contained in:
digger yu
2024-01-30 09:57:38 +08:00
committed by GitHub
parent 6a3086a505
commit 71321a07cf
8 changed files with 14 additions and 14 deletions

View File

@@ -43,7 +43,7 @@ class OpenMoePolicy(Policy):
if self.shard_config.enable_sequence_parallelism:
self.shard_config.enable_sequence_parallelism = False
raise NotImplementedError(
"openmoe dosen't support sequence parallelism now, will ignore the sequence parallelism flag.")
"openmoe doesn't support sequence parallelism now, will ignore the sequence parallelism flag.")
if self.shard_config.enable_tensor_parallelism:
raise NotImplementedError("Tensor parallelism is not supported for openmoe model now.")