File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 55from pytorch_lightning .strategies .dp import DataParallelStrategy # noqa: F401
66from pytorch_lightning .strategies .fully_sharded import DDPFullyShardedStrategy # noqa: F401
77from pytorch_lightning .strategies .horovod import HorovodStrategy # noqa: F401
8+ from pytorch_lightning .strategies .ipu import IPUStrategy # noqa: F401
89from pytorch_lightning .strategies .parallel import ParallelStrategy # noqa: F401
910from pytorch_lightning .strategies .sharded import DDPShardedStrategy # noqa: F401
1011from pytorch_lightning .strategies .sharded_spawn import DDPSpawnShardedStrategy # noqa: F401
Original file line number Diff line number Diff line change 5757 DDPStrategy ,
5858 DeepSpeedStrategy ,
5959 HorovodStrategy ,
60+ IPUStrategy ,
6061 SingleDeviceStrategy ,
6162 SingleTPUStrategy ,
6263 TPUSpawnStrategy ,
6364)
64- from pytorch_lightning .strategies .ipu import IPUStrategy
6565from pytorch_lightning .utilities import (
6666 _AcceleratorType ,
6767 _StrategyType ,
You can’t perform that action at this time.
0 commit comments