diff --git a/benchmarks/test_sharded_parity.py b/benchmarks/test_sharded_parity.py index 2ecdc6c50e..e71288b827 100644 --- a/benchmarks/test_sharded_parity.py +++ b/benchmarks/test_sharded_parity.py @@ -127,7 +127,7 @@ def test_ddp_sharded_plugin_correctness_multi_gpu_multi_optim(): gpus=2, accelerator='ddp_spawn', model_cls=SeedTrainLoaderMultipleOptimizersModel, - max_percent_speed_diff=0.2 # Increase speed diff since only 2 GPUs sharding 2 optimizers + max_percent_speed_diff=0.25 # Increase speed diff since only 2 GPUs sharding 2 optimizers )