[examples tests] various fixes (#10584)
* fix sharded ddp enum * test fixes * stronger validation + apex breaks other tests
This commit is contained in:
@@ -425,6 +425,6 @@ class TrainerMemoryTracker:
|
||||
|
||||
class ShardedDDPOption(ExplicitEnum):
|
||||
SIMPLE = "simple"
|
||||
ZERO_DP_2 = "zero2"
|
||||
ZERO_DP_3 = "zero3"
|
||||
ZERO_DP_2 = "zero_dp_2"
|
||||
ZERO_DP_3 = "zero_dp_3"
|
||||
OFFLOAD = "offload"
|
||||
|
||||
Reference in New Issue
Block a user