Skip to content

Commit

Permalink
enumerate
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Jun 11, 2024
1 parent e65e4fd commit 1571f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/trainer/test_fsdp_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,8 @@ def mock_get_checkpoint_validation_function():
pytest.param(4, False, 'adamw', 'amp_bf16', False, None, False, True, False, -1, marks=pytest.mark.world_size(4)),
pytest.param(4, False, 'adamw', 'amp_bf16', False, None, False, True, True, 4, marks=pytest.mark.world_size(4)),
pytest.param(4, False, 'adamw', 'amp_bf16', False, None, False, True, True, 2, marks=pytest.mark.world_size(4)),
pytest.param(4, False, 'adam', 'amp_bf16', False, None, False, True, True, 2, marks=pytest.mark.world_size(4)),
pytest.param(4, False, 'adamw', 'amp_fp16', False, None, False, True, True, 2, marks=pytest.mark.world_size(4)),
],
)
@pytest.mark.filterwarnings(r'ignore:TypedStorage is deprecated.:UserWarning')
Expand Down

0 comments on commit 1571f7e

Please sign in to comment.