Skip to content

Commit

Permalink
Update tests/trainer/test_fsdp_checkpoint.py
Browse files Browse the repository at this point in the history
fix formatting

Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com>
  • Loading branch information
KuuCi and mvpatel2000 authored Jun 24, 2024
1 parent 95be0e3 commit dd64f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trainer/test_fsdp_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ def mock_get_checkpoint_validation_function():
False,
False,
False,
marks=pytest.mark.world_size(2),
marks=pytest.mark.world_size(2)
),
pytest.param(False, 'adamw', 'amp_bf16', False, None, True, False, False, marks=pytest.mark.world_size(2)),
pytest.param(False, 'adamw', 'amp_bf16', False, None, False, True, False, marks=pytest.mark.world_size(4)),
Expand Down

0 comments on commit dd64f47

Please sign in to comment.