thunder.distributed.FSDPBucketingStrategy¶
- class thunder.distributed.FSDPBucketingStrategy(value)[source]¶
Bases:
EnumSpecify how we group parameters into a bucket for collective communication in fsdp.
- LAYER[source]¶
Creates buckets per layer such as
torch.nn.Linearandtorch.nn.LayerNorm.
Attributes