Skip to content

Commit

Permalink
add remote
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Jun 25, 2024
1 parent c27f1e6 commit e3106bf
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 @@ -793,7 +793,7 @@ def mock_get_checkpoint_validation_function():


@pytest.mark.gpu
@pytest.mark.parametrize('use_remote', [False])
@pytest.mark.parametrize('use_remote', [pytest.param(True, marks=pytest.mark.remote), False])
@pytest.mark.parametrize(
'weights_only,optimizer,precision,autoresume,load_ignore_keys,use_symlink,use_tp,use_hsdp',
[
Expand Down

0 comments on commit e3106bf

Please sign in to comment.