mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-26 04:03:58 +00:00
fix typo change dosen't to doesn't (#5308)
This commit is contained in:
@@ -33,7 +33,7 @@ class ViTPolicy(Policy):
|
||||
|
||||
if self.shard_config.enable_sequence_parallelism:
|
||||
self.shard_config.enable_sequence_parallelism = False
|
||||
warnings.warn("Vit dosen't support sequence parallelism now, will ignore the sequence parallelism flag.")
|
||||
warnings.warn("Vit doesn't support sequence parallelism now, will ignore the sequence parallelism flag.")
|
||||
|
||||
if self.shard_config.enable_tensor_parallelism:
|
||||
policy[ViTEmbeddings] = ModulePolicyDescription(
|
||||
|
Reference in New Issue
Block a user