Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/test_sharded_parity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)


Expand Down