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