Skip to content

Commit

Permalink
Alias
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca committed Jan 10, 2023
1 parent 779a36f commit 900370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning_fabric/strategies/fsdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
MixedPrecision,
)

_FSDP_ALIASES = ("fsdp", "fsdp_full_shard_offload", "ddp_sharded")
_FSDP_ALIASES = ("fsdp", "fsdp_full_shard_offload", "ddp_sharded", "ddp_sharded_spawn")


class FSDPStrategy(ParallelStrategy, _Sharded):
Expand Down

0 comments on commit 900370f

Please sign in to comment.