Skip to content

Commit

Permalink
fitler warning (#3291)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored May 16, 2024
1 parent 3614d1d commit c854be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/trainer/test_fsdp_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def _compare_timestamps_between_state_dicts(state_dict1, state_dict2):

@pytest.mark.gpu
@world_size(2)
@pytest.mark.filterwarnings(r'ignore:.*scatter_full_optim_state_dict``is being deprecated.*:UserWarning')
@pytest.mark.parametrize(
'optimizer,autoresume,precision,save_weights_only,load_weights_only,load_monolith_rank0_only',
[
Expand Down

0 comments on commit c854be4

Please sign in to comment.